forked from horizontalsystems/unstoppable-wallet-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
129 lines (105 loc) · 5.29 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
platform :ios, '13'
use_modular_headers!
inhibit_all_warnings!
project 'UnstoppableWallet/UnstoppableWallet'
def appPods
pod 'BitcoinKit.swift', git: 'https://github.com/horizontalsystems/bitcoin-kit-ios.git'
# pod 'BitcoinKit.swift', path: '../bitcoin-kit-ios/'
pod 'LitecoinKit.swift', git: 'https://github.com/horizontalsystems/bitcoin-kit-ios.git'
# pod 'LitecoinKit.swift', path: '../bitcoin-kit-ios/'
pod 'BitcoinCashKit.swift', git: 'https://github.com/horizontalsystems/bitcoin-kit-ios.git'
# pod 'BitcoinCashKit.swift', path: '../bitcoin-kit-ios/'
pod 'DashKit.swift', git: 'https://github.com/horizontalsystems/bitcoin-kit-ios.git'
# pod 'DashKit.swift', path: '../bitcoin-kit-ios/'
pod 'Hodler.swift', git: 'https://github.com/horizontalsystems/bitcoin-kit-ios.git'
pod 'BitcoinCore.swift', git: 'https://github.com/horizontalsystems/bitcoin-kit-ios.git'
# pod 'BitcoinCore.swift', path: '../bitcoin-kit-ios/'
pod 'ZcashLightClientKit', :git => 'https://github.com/zcash/ZcashLightClientKit', :tag => '0.12.0-beta.2'
# pod 'ZcashLightClientKit', path: '../ZcashLightClientKit'
pod 'CoinKit.swift', git: 'https://github.com/horizontalsystems/coin-kit-ios'
# pod 'CoinKit.swift', path: '../coin-kit-ios/'
pod 'EthereumKit.swift', git: 'https://github.com/horizontalsystems/ethereum-kit-ios'
# pod 'EthereumKit.swift', path: '../ethereum-kit-ios/'
pod 'Erc20Kit.swift', git: 'https://github.com/horizontalsystems/ethereum-kit-ios'
# pod 'Erc20Kit.swift', path: '../ethereum-kit-ios/'
pod 'UniswapKit.swift', git: 'https://github.com/horizontalsystems/ethereum-kit-ios'
# pod 'UniswapKit.swift', :path => '../ethereum-kit-ios'
pod 'OneInchKit.swift', git: 'https://github.com/horizontalsystems/ethereum-kit-ios'
# pod 'OneInchKit.swift', :path => '../ethereum-kit-ios'
pod 'BinanceChainKit.swift', git: 'https://github.com/horizontalsystems/binance-chain-kit-ios'
# pod 'BinanceChainKit.swift', path: '../binance-chain-kit-ios/'
pod 'HdWalletKit.swift', git: 'https://github.com/horizontalsystems/hd-wallet-kit-ios'
# pod 'HdWalletKit.swift', path: '../hd-wallet-kit-ios/'
pod 'XRatesKit.swift', git: 'https://github.com/horizontalsystems/xrates-kit-ios/'
# pod 'XRatesKit.swift', path: '../xrates-kit-ios/'
pod 'FeeRateKit.swift', git: 'https://github.com/horizontalsystems/blockchain-fee-rate-kit-ios'
# pod 'FeeRateKit.swift', path: '../blockchain-fee-rate-kit-ios/'
pod 'HsToolKit.swift', git: 'https://github.com/horizontalsystems/hs-tool-kit-ios'
# pod 'HsToolKit.swift', path: '../hs-tool-kit-ios/'
pod 'UIExtensions.swift', git: 'https://github.com/horizontalsystems/gui-kit/'
# pod 'UIExtensions.swift', path: '../gui-kit/'
pod 'ComponentKit.swift', git: 'https://github.com/horizontalsystems/component-kit-ios/'
# pod 'ComponentKit.swift', path: '../component-kit-ios/'
pod 'ThemeKit.swift', git: 'https://github.com/horizontalsystems/component-kit-ios/'
# pod 'ThemeKit.swift', path: '../component-kit-ios/'
pod 'LanguageKit.swift', git: 'https://github.com/horizontalsystems/component-kit-ios/'
# pod 'LanguageKit.swift', path: '../component-kit-ios/'
pod 'StorageKit.swift', git: 'https://github.com/horizontalsystems/component-kit-ios/'
# pod 'StorageKit.swift', path: '../component-kit-ios/'
pod 'PinKit.swift', git: 'https://github.com/horizontalsystems/component-kit-ios/'
# pod 'PinKit.swift', path: '../component-kit-ios/'
pod 'ScanQrKit.swift', git: 'https://github.com/horizontalsystems/component-kit-ios/'
# pod 'ScanQrKit.swift', path: '../component-kit-ios/'
pod 'CurrencyKit.swift', git: 'https://github.com/horizontalsystems/component-kit-ios/'
# pod 'CurrencyKit.swift', path: '../component-kit-ios/'
pod 'ModuleKit.swift', git: 'https://github.com/horizontalsystems/component-kit-ios/'
# pod 'ModuleKit.swift', path: '../component-kit-ios/'
pod 'ActionSheet.swift', git: 'https://github.com/horizontalsystems/gui-kit/'
# pod 'ActionSheet.swift', path: '../gui-kit/'
pod 'HUD.swift', git: 'https://github.com/horizontalsystems/gui-kit/'
# pod 'HUD.swift', path: '../gui-kit/'
pod 'Chart.swift', git: 'https://github.com/horizontalsystems/gui-kit/'
# pod 'Chart.swift', path: '../gui-kit/'
pod 'SectionsTableView.swift', git: 'https://github.com/horizontalsystems/gui-kit/'
# pod 'SectionsTableView.swift', path: '../gui-kit/'
pod 'Alamofire'
pod 'AlamofireImage'
pod 'ObjectMapper'
pod 'GRDB.swift'
pod 'RxSwift'
pod 'RxCocoa'
pod 'RxGRDB'
pod 'BigInt'
pod 'KeychainAccess'
pod 'SnapKit'
pod 'DeepDiff'
pod 'Down'
pod 'WalletConnect', git: 'https://github.com/horizontalsystems/wallet-connect-swift', branch: 'master'
pod 'EthereumABI', git: 'https://github.com/horizontalsystems/EthereumABI'
pod 'Base58Swift', '~> 2.1.10'
pod 'UnstoppableDomainsResolution'
end
target 'Unstoppable Dev T' do
appPods
end
target 'Unstoppable Dev' do
appPods
end
target 'Unstoppable' do
appPods
end
target 'Unstoppable Tests' do
appPods
pod 'Cuckoo'
pod 'Quick'
pod 'Nimble'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['DEBUG_INFORMATION_FORMAT'] = 'dwarf'
config.build_settings['ENABLE_BITCODE'] = 'NO'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
end
end
end