-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
46 lines (39 loc) · 971 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
34
35
36
37
38
39
40
41
42
43
44
45
46
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'MVVM base project' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for MVVM base project
pod 'XCoordinator'
pod 'Moya'
pod 'RxSwift'
pod 'RxCocoa'
pod 'RxGesture'
pod 'RxKeyboard'
pod 'Localize-Swift'
pod 'KeychainSwift'
pod 'PopupDialog'
pod 'Validator'
pod 'M13Checkbox'
pod 'Kingfisher'
pod 'UINavigationItem+Margin'
#pod 'DropDown'
#pod 'UITextView+Placeholder'
#pod 'ImageSlideshow'
#pod 'CropViewController'
pod 'SwiftMessages'
pod 'Firebase/Analytics'
#pod 'Firebase/DynamicLinks'
pod 'Firebase/Messaging'
#pod 'FBSDKCoreKit'
#pod 'FBSDKShareKit'
#pod 'FBSDKLoginKit'
#pod 'GoogleSignIn'
target 'MVVM base projectTests' do
inherit! :search_paths
# Pods for testing
end
target 'MVVM base projectUITests' do
# Pods for testing
end
end