-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
27 lines (24 loc) · 771 Bytes
/
Podfile
File metadata and controls
27 lines (24 loc) · 771 Bytes
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
target 'CertNetwork' do
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
# ignore all warnings from all pods
inhibit_all_warnings!
use_frameworks!
pod 'Alamofire'
pod 'Kingfisher', '~> 4.0.0'
pod 'MBProgressHUD', '~> 1.1.0'
pod 'ReachabilitySwift'
pod 'RxCocoa'
pod 'RxSwift'
pod 'Hero'
pod 'IGListKit'
pod 'IQKeyboardManagerSwift'
pod 'Material'
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Messaging'
pod 'IHKeyboardAvoiding'
pod 'AlertPickers', :git => 'https://github.com/Thongpak21/alerts-and-pickers.git'
pod 'HDWalletKitSwift', :git => 'https://github.com/DcenIO/HDWalletKit.git', :branch => 'develop'
pod 'UIGradient', '~> 1.1.2'
end