Podfile
2.37 KB
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
use_frameworks!
platform :ios, '9.0'
target 'CNLiveTripartiteManagement_Example' do
# pod 'CNLiveTripartiteManagement', :path => '../'
# pod 'AFNetworking','3.2.1'
# pod 'BaiduMapKit', '4.4.2'
# pod 'BMKLocationKit', '1.7.0'
# pod 'FMDB', '2.7.5'
# pod 'GPUImage', '0.1.7'
# pod 'Ks3SDK', '2.1.2'
# pod 'libksygpulive_ks3', '3.0.4'
# pod 'lottie-ios','2.5.0'
# pod 'Masonry', '1.0.2'
# pod 'MBProgressHUD','1.1.0'
# pod 'MJExtension','3.0.17'
# pod 'MJRefresh', '3.2.0'
# pod 'PGDatePicker', '2.6.9'
# pod 'PLPlayerKit','~>3.4.1'
# pod 'Qiniu', '7.2.5'
# pod 'QMUIKit', '3.1.9'
# pod 'RSKImageCropper', '2.2.1'
# pod 'SAMKeychain','1.5.3'
# pod 'SDAutoLayout', '2.2.1'
# pod 'SDCycleScrollView','~> 1.80'
# pod 'SDWebImage','~> 5.1.0'
# pod 'SGPagingView', '1.6.1'
# pod 'SSZipArchive','2.1.5'
# pod 'TXLiteAVSDK_TRTC','6.3.7088'
# pod 'WebViewJavascriptBridge', '6.0.3'
# pod 'WechatOpenSDK'
# pod 'Weibo_SDK'
# pod 'YYKit', '1.0.9'
#依赖三方私有库,如果里面有.a的时候加上这个
pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
end
target 'CNLiveTripartiteManagement_Tests' do
inherit! :search_paths
# pod 'CNLiveTripartiteManagement', :path => '../'
# pod 'AFNetworking','3.2.1'
# pod 'BaiduMapKit', '4.4.2'
# pod 'BMKLocationKit', '1.7.0'
# pod 'FMDB', '2.7.5'
# pod 'GPUImage', '0.1.7'
# pod 'Ks3SDK', '2.1.2'
# pod 'libksygpulive_ks3', '3.0.4'
# pod 'lottie-ios','2.5.0'
# pod 'Masonry', '1.0.2'
# pod 'MBProgressHUD','1.1.0'
# pod 'MJExtension','3.0.17'
# pod 'MJRefresh', '3.2.0'
# pod 'PGDatePicker', '2.6.9'
# pod 'PLPlayerKit','~>3.4.1'
# pod 'Qiniu', '7.2.5'
# pod 'QMUIKit', '3.1.9'
# pod 'RSKImageCropper', '2.2.1'
# pod 'SAMKeychain','1.5.3'
# pod 'SDAutoLayout', '2.2.1'
# pod 'SDCycleScrollView','~> 1.80'
# pod 'SDWebImage','~> 5.1.0'
# pod 'SGPagingView', '1.6.1'
# pod 'SSZipArchive','2.1.5'
# pod 'TXLiteAVSDK_TRTC','6.3.7088'
# pod 'WebViewJavascriptBridge', '6.0.3'
# pod 'WechatOpenSDK'
# pod 'Weibo_SDK'
# pod 'YYKit', '1.0.9'
pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
end
end
end