Skip to content

Commit

Permalink
Merge pull request #3 from 29th-WE-SOPT-iOS-Part/feat/#2
Browse files Browse the repository at this point in the history
Feat/#2
  • Loading branch information
heerucan authored Oct 13, 2021
2 parents 7ad02e9 + 3901ecf commit 7cf1bc6
Show file tree
Hide file tree
Showing 26 changed files with 1,515 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HUREEKIM REPO 🏜🐛🐛
# HUREEKIM REPO 😊😊😊

#### 🪚 이번에는 도약을 넘어 조지기다.

Expand All @@ -9,9 +9,9 @@

### ❤️‍🔥 iOS 파트 커리큘럼

| 주차 | 내용 | 브랜치 | 과제 | 리드미 |
|:------:|:------|:------:|:------:|:------:|
|`1주차`| iOS 컴포넌트 이해, Xcode 기본 사용법, View 화면 전환| | | |
| 주차 | 내용 | 이슈 | 과제 | 리드미 | 리팩토링 |
|:------:|:------|:------:|:------:|:------:|:-:|
|`1주차`| iOS 컴포넌트 이해, Xcode 기본 사용법, View 화면 전환|[#2](https://github.com/29th-WE-SOPT-iOS-Part/KimRuHee/issues/2)|😊|[🥳](https://elastic-failing-242.notion.site/1-346d8696de7d46bf9df414448ea67ff5)|[](https://elastic-failing-242.notion.site/1-4697482733f246c98b2b7711d2e71859)|
|`2주차`| AutoLayout, StackView, TabBarController | | | |
|`3주차`| ScrollView, TableView, CollectionView | | | |
|`4주차`| Cocoapods & Networking, REST API | | | |
Expand Down
16 changes: 16 additions & 0 deletions Sopt29th-Assignment/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'Sopt29th-Assignment' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for Sopt29th-Assignment

pod 'SnapKit', '~> 5.0.0'
pod 'Then'
pod 'lottie-ios'
pod 'Moya', '~> 14.0'
pod 'Kingfisher', '~> 6.0'

end
38 changes: 38 additions & 0 deletions Sopt29th-Assignment/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
PODS:
- Alamofire (5.4.4)
- Kingfisher (6.3.1)
- lottie-ios (3.2.3)
- Moya (14.0.0):
- Moya/Core (= 14.0.0)
- Moya/Core (14.0.0):
- Alamofire (~> 5.0)
- SnapKit (5.0.1)
- Then (2.7.0)

DEPENDENCIES:
- Kingfisher (~> 6.0)
- lottie-ios
- Moya (~> 14.0)
- SnapKit (~> 5.0.0)
- Then

SPEC REPOS:
trunk:
- Alamofire
- Kingfisher
- lottie-ios
- Moya
- SnapKit
- Then

SPEC CHECKSUMS:
Alamofire: f3b09a368f1582ab751b3fff5460276e0d2cf5c9
Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74
lottie-ios: c058aeafa76daa4cf64d773554bccc8385d0150e
Moya: 5b45dacb75adb009f97fde91c204c1e565d31916
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
Then: acfe0be7e98221c6204e12f8161459606d5d822d

PODFILE CHECKSUM: fe22a68b6996d0788d61911f9d897b16e79dcb13

COCOAPODS: 1.11.2
Loading

0 comments on commit 7cf1bc6

Please sign in to comment.