-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
35 lines (32 loc) · 915 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'TaiYiToken' do
pod 'Masonry'
pod 'AFNetworking'
pod 'YYKit'
pod 'MBProgressHUD'
pod 'MJRefresh'
pod 'JVFloatLabeledTextField'
pod 'SDWebImage'
pod 'SAMKeychain'
#扫描二维码
pod 'SGQRCode'
#自定义的搜索功能
pod 'PYSearch'
#侧滑抽屉
pod 'CWLateralSlide', '~> 1.6.1'
#TableCell左右自定义滑动
pod 'MGSwipeTableCell'
#pod 'UMengAnalytics-NO-IDFA'#无IDFA版SDK(请根据需要选择其中一个)
#pod 'Toast', '~> 4.0.0' #页面提示
#友盟
pod 'UMCCommon'
pod 'UMCCommonLog'
pod 'UMCSecurityPlugins'
pod 'UMCAnalytics'
pod 'UMCErrorCatch'
pod 'PYSearch'
pod 'secp256k1_ios'
pod 'FMDB'
pod 'CoreBitcoin', :podspec => 'https://raw.github.com/oleganza/CoreBitcoin/master/CoreBitcoin.podspec'
end