forked from horizontalsystems/unstoppable-wallet-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
35 lines (25 loc) · 901 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
platform :ios, '11.0'
use_frameworks!
inhibit_all_warnings!
project 'Wallet/Wallet'
target :Bank do
pod 'WalletKit', git: 'https://github.com/horizontalsystems/wallet-kit-ios.git', branch: 'dev'
pod 'Alamofire'
pod 'ObjectMapper'
pod 'RxSwift'
pod 'BigInt'
pod 'RealmSwift'
pod "RxRealm"
pod 'GrouviExtensions', git: 'https://github.com/horizontalsystems/GrouviExtensions.git', branch: 'master'
pod 'GrouviActionSheet', git: 'https://github.com/horizontalsystems/GrouviActoinSheet.git', branch: 'master'
# pod 'GrouviActionSheet', :path => '../GrouviActionSheet'
pod 'GrouviHUD', git: 'https://github.com/horizontalsystems/GrouviHUD.git', branch: 'master'
# pod 'GrouviHUD', :path => '../GrouviHUD'
pod 'SectionsTableViewKit' #, :path => '../SectionsTableViewKit'
pod 'KeychainAccess'
pod 'RxCocoa'
pod "SnapKit"
end
target :WalletTests do
pod "Cuckoo"
end