-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
50 lines (40 loc) · 1.18 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '8.0'
target 'BTTDemo' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for BTTDemo
inhibit_all_warnings!
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for BTTrader
pod 'SocketRocket', '0.5.1'
pod 'AFNetworking'
pod 'ReactiveObjC', '3.0.0'
pod 'Masonry', '~> 1.1.0'
pod 'MJExtension', '~> 3.0.13'
# pod 'GCDObjC', '~> 0.3.0'
# pod 'TMCache', '~> 2.1'
pod 'XAspect', '~> 1.0.5'
pod 'IQKeyboardManager', '6.1.0'
pod 'SafeObject'
pod 'DZNEmptyDataSet'
pod 'MJRefresh', '3.1.15.3'
pod 'SDWebImage', '~> 4.0'
pod 'SDCycleScrollView', '1.3'
# pod 'ios-secp256k1'
pod 'Realm', '2.8.1'
pod 'SVProgressHUD', '~> 2.2.5'
# pod 'Objective-LevelDB'
pod 'UIAlertController+Blocks'
pod 'secp256k1.swift',:modular_headers => true
pod 'Web3',:modular_headers => true
target 'BTTDemoTests' do
inherit! :search_paths
# Pods for testing
end
target 'BTTDemoUITests' do
inherit! :search_paths
# Pods for testing
end
end