-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
39 lines (34 loc) · 983 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
#plugin 'cocoapods-wholemodule'
use_frameworks!
platform :ios, '12.1'
def google_utilites
pod 'GoogleUtilities/AppDelegateSwizzler'
pod 'GoogleUtilities/Environment'
pod 'GoogleUtilities/ISASwizzler'
pod 'GoogleUtilities/Logger'
pod 'GoogleUtilities/MethodSwizzler'
pod 'GoogleUtilities/NSData+zlib'
pod 'GoogleUtilities/Network'
pod 'GoogleUtilities/Reachability'
pod 'GoogleUtilities/UserDefaults'
pod 'GTMSessionFetcher'
end
target 'OPS' do
google_utilites
pod 'UITextView+Placeholder', '~> 1.2'
pod 'Kingfisher', '~> 6.0'
pod 'KeychainAccess'
pod 'Firebase/Analytics'
pod 'Firebase/Crashlytics'
pod 'Firebase/Performance'
pod 'SwipeCellKit'
pod 'GTMRefresh'
pod 'SwiftProtobuf'
pod 'TrustWalletCore'
pod 'CryptoSwift'
pod 'SwiftTheme'
pod 'PinLayout'
pod 'MBProgressHUD'
pod 'YNPageViewController'
end
workspace 'OPS'