-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
32 lines (28 loc) · 929 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'WooYah-iOS' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for WooYah-iOS
pod 'RxSwift'
pod 'RxCocoa'
pod 'FlexLayout'
pod 'PinLayout'
pod 'Alamofire'
pod 'NMapsMap'
pod 'naveridlogin-sdk-ios'
pod 'RxKakaoSDKCommon' # 필수 요소를 담은 공통 모듈
pod 'RxKakaoSDKAuth' # 카카오 로그인
pod 'RxKeyboard'
pod 'RxDataSources'
pod 'RxKakaoSDKUser' # 사용자 관리
pod 'SnapKit', '~> 5.6.0'
pod 'Then'
pod 'FirebaseAnalytics'
# For Analytics without IDFA collection capability, use this pod instead
# pod ‘Firebase/AnalyticsWithoutAdIdSupport’
# Add the pods for any other Firebase products you want to use in your app
# For example, to use Firebase Authentication and Cloud Firestore
pod 'FirebaseAuth'
pod 'FirebaseFirestore'
end