forked from qtumproject/qtum-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
32 lines (26 loc) · 845 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
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
# Uncomment this line if you're using Swift
# use_frameworks!
target 'qtum wallet' do
pod 'CoreBitcoin', :podspec => 'https://raw.github.com/oleganza/CoreBitcoin/master/CoreBitcoin.podspec'
pod 'AFNetworking', '~> 2.0'
pod 'AFJSONRPCClient'
pod 'SVProgressHUD'
pod 'MTBBarcodeScanner', '~> 2.0.3'
pod 'Fabric'
pod 'Crashlytics'
pod 'Firebase/Core', '~> 4.0.2'
pod 'Firebase/Messaging'
pod 'MWFeedParser'
pod 'SAMKeychain'
pod 'Masonry'
pod 'MagicalRecord'
target 'qtum walletTests' do
inherit! :search_paths
pod 'CoreBitcoin', :podspec => 'https://raw.github.com/oleganza/CoreBitcoin/master/CoreBitcoin.podspec'
end
end
target 'QTUM Watch Extension' do
pod 'NKWatchActivityIndicator'
end