Podfile
3.29 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
use_frameworks!
platform :ios, '9.0'
target 'CNLiveTripartiteManagement_Example' do
pod 'CNLiveTripartiteManagement', :path => '../'
pod 'AFNetworking', '~> 3.2.1'
pod 'YYKit', '~> 1.0.9'
pod 'MJRefresh', '~> 3.1.12'
pod 'Masonry', '~> 1.0.2'
pod 'Realm', '~> 3.14.2'
pod 'FMDB', '~> 2.7.5'
pod 'QMUIKit', '~> 3.1.7'
pod 'tingyunApp', '~> 2.13.1'
pod 'WebViewJavascriptBridge', '~> 6.0.3'
pod 'Ks3SDK', '~> 2.1.2'
pod 'RSKImageCropper', '~> 2.2.1'
pod 'libksygpulive_ks3', '~> 3.0.4'
pod 'PGDatePicker', '~> 2.6.9'
pod 'SGPagingView', '~> 1.6.1'
pod 'PLShortVideoKit','~> 2.0.0'
pod 'PLPlayerKit','~> 3.4.1'
pod 'SSZipArchive','~> 2.1.5'
pod 'TXLiteAVSDK_TRTC','~> 6.3.7088'
pod 'MJExtension','~> 3.0.15.1'
pod 'SAMKeychain','~> 1.5.3'
pod 'MBProgressHUD','~> 1.1.0'
pod 'AMap3DMap-NO-IDFA', '~> 6.8.1'
pod 'AMapSearch-NO-IDFA', '~> 6.6.0'
pod 'AMapLocation-NO-IDFA', '~> 2.6.2'
pod 'FLAnimatedImage', '~> 1.0.12'
pod 'GPUImage', '~> 0.1.7'
pod 'SDAutoLayout', '~> 2.2.1'
pod 'SDCycleScrollView','~> 1.75'
pod 'mob_sharesdk', '~> 4.1.4'
#QQ
pod 'mob_sharesdk/ShareSDKPlatforms/QQ','~> 4.1.4'
#微博
pod 'mob_sharesdk/ShareSDKPlatforms/SinaWeibo','~> 4.1.4'
#微信
pod 'mob_sharesdk/ShareSDKPlatforms/WeChatFull','~> 4.1.4'
#七牛
pod 'Qiniu', '~> 7.1'
pod 'lottie-ios','~> 2.5.0'
pod 'SDWebImage','~>4.4.6'
pod 'SDWebImage/WebP'
pod 'SDWebImage/GIF'
#依赖三方私有库,如果里面有.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 'AFNetworking', '~> 3.2.1'
pod 'YYKit', '~> 1.0.9'
pod 'MJRefresh', '~> 3.1.12'
pod 'Masonry', '~> 1.0.2'
pod 'Realm', '~> 3.14.2'
pod 'FMDB', '~> 2.7.5'
pod 'QMUIKit', '~> 3.1.7'
pod 'tingyunApp', '~> 2.13.1'
pod 'WebViewJavascriptBridge', '~> 6.0.3'
pod 'Ks3SDK', '~> 2.1.2'
pod 'RSKImageCropper', '~> 2.2.1'
pod 'libksygpulive_ks3', '~> 3.0.4'
pod 'PGDatePicker', '~> 2.6.9'
pod 'SGPagingView', '~> 1.6.1'
pod 'PLShortVideoKit','~> 2.0.0'
pod 'PLPlayerKit','~> 3.4.1'
pod 'SSZipArchive','~> 2.1.5'
pod 'TXLiteAVSDK_TRTC','~> 6.3.7088'
pod 'MJExtension','~> 3.0.15.1'
pod 'SAMKeychain','~> 1.5.3'
pod 'MBProgressHUD','~> 1.1.0'
pod 'AMap3DMap-NO-IDFA', '~> 6.8.1'
pod 'AMapSearch-NO-IDFA', '~> 6.6.0'
pod 'AMapLocation-NO-IDFA', '~> 2.6.2'
pod 'FLAnimatedImage', '~> 1.0.12'
pod 'GPUImage', '~> 0.1.7'
pod 'SDAutoLayout', '~> 2.2.1'
pod 'SDCycleScrollView','~> 1.75'
pod 'mob_sharesdk', '~> 4.1.4'
#QQ
pod 'mob_sharesdk/ShareSDKPlatforms/QQ','~> 4.1.4'
#微博
pod 'mob_sharesdk/ShareSDKPlatforms/SinaWeibo','~> 4.1.4'
#微信
pod 'mob_sharesdk/ShareSDKPlatforms/WeChatFull','~> 4.1.4'
#七牛
pod 'Qiniu', '~> 7.1'
pod 'lottie-ios','~> 2.5.0'
pod 'SDWebImage','~>4.4.6'
pod 'SDWebImage/WebP'
pod 'SDWebImage/GIF'
pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
end
end
end