forked from TeamNADA/NADA-iOS-ForRelease
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
33 lines (31 loc) · 778 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'NADA-iOS-forRelease' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for NADA-iOS-forRelease
pod 'SkeletonView'
pod 'SwiftLint'
pod 'VerticalCardSwiper'
pod 'KakaoSDKCommon'
pod 'KakaoSDKUser'
pod 'KakaoSDKAuth'
pod 'IQKeyboardManagerSwift'
pod 'Kingfisher'
pod 'NVActivityIndicatorView'
pod 'lottie-ios'
pod 'Then'
pod 'SnapKit'
pod 'RxSwift'
pod 'RxAlamofire'
pod 'RxCocoa'
pod 'Moya/RxSwift'
pod 'FlexLayout'
pod 'PinLayout'
pod 'RxGesture'
pod 'YPImagePicker'
pod 'Firebase/Analytics'
pod 'Firebase/DynamicLinks'
pod 'Firebase/Messaging'
pod 'Google-Mobile-Ads-SDK'
end