Skip to content

Commit

Permalink
Merge pull request #11 from 29th-WE-SOPT-iOS-Part/feat/week3
Browse files Browse the repository at this point in the history
[Feat] 👀 3주차 과제 완료
  • Loading branch information
i-colours-u authored Nov 14, 2021
2 parents 735e58c + 5e646b8 commit c2876d1
Show file tree
Hide file tree
Showing 835 changed files with 94,766 additions and 28 deletions.
21 changes: 21 additions & 0 deletions sopt_29th_Assignment/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

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

# Pods for sopt_29th_Assignment
pod 'SnapKit', '~> 5.0.0'
pod 'Alamofire', '~> 5.1'
pod 'lottie-ios'
pod 'Kingfisher', '~> 5.0'
pod 'Alamofire', '~> 5.1'
pod 'Then'
pod 'Moya', '~> 14.0'
pod 'SwiftyJSON', '~> 4.0'
pod 'RxSwift', '6.2.0'
pod 'RxCocoa', '6.2.0'
pod 'SkeletonView'
pod 'ListPlaceholder'
end
67 changes: 67 additions & 0 deletions sopt_29th_Assignment/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
PODS:
- Alamofire (5.4.4)
- Kingfisher (5.15.8):
- Kingfisher/Core (= 5.15.8)
- Kingfisher/Core (5.15.8)
- ListPlaceholder (1.5)
- lottie-ios (3.2.3)
- Moya (14.0.0):
- Moya/Core (= 14.0.0)
- Moya/Core (14.0.0):
- Alamofire (~> 5.0)
- RxCocoa (6.2.0):
- RxRelay (= 6.2.0)
- RxSwift (= 6.2.0)
- RxRelay (6.2.0):
- RxSwift (= 6.2.0)
- RxSwift (6.2.0)
- SkeletonView (1.25.1)
- SnapKit (5.0.1)
- SwiftyJSON (4.3.0)
- Then (2.7.0)

DEPENDENCIES:
- Alamofire (~> 5.1)
- Kingfisher (~> 5.0)
- ListPlaceholder
- lottie-ios
- Moya (~> 14.0)
- RxCocoa (= 6.2.0)
- RxSwift (= 6.2.0)
- SkeletonView
- SnapKit (~> 5.0.0)
- SwiftyJSON (~> 4.0)
- Then

SPEC REPOS:
trunk:
- Alamofire
- Kingfisher
- ListPlaceholder
- lottie-ios
- Moya
- RxCocoa
- RxRelay
- RxSwift
- SkeletonView
- SnapKit
- SwiftyJSON
- Then

SPEC CHECKSUMS:
Alamofire: f3b09a368f1582ab751b3fff5460276e0d2cf5c9
Kingfisher: a3c03d702433fa6cfedabb2bddbe076fb8f2e902
ListPlaceholder: 2d7950014852ee5613d636cf14fd1bb93419e330
lottie-ios: c058aeafa76daa4cf64d773554bccc8385d0150e
Moya: 5b45dacb75adb009f97fde91c204c1e565d31916
RxCocoa: 4baf94bb35f2c0ab31bc0cb9f1900155f646ba42
RxRelay: e72dbfd157807478401ef1982e1c61c945c94b2f
RxSwift: d356ab7bee873611322f134c5f9ef379fa183d8f
SkeletonView: 77079530e1348a72f48b79ae30dcb966c1b18b6a
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
SwiftyJSON: 6faa0040f8b59dead0ee07436cbf76b73c08fd08
Then: acfe0be7e98221c6204e12f8161459606d5d822d

PODFILE CHECKSUM: ac49fa414015d8736c33eef0212216c73de9a897

COCOAPODS: 1.11.2
19 changes: 19 additions & 0 deletions sopt_29th_Assignment/Pods/Alamofire/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

221 changes: 221 additions & 0 deletions sopt_29th_Assignment/Pods/Alamofire/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c2876d1

Please sign in to comment.