Podfile 2.6 KB
 use_frameworks!
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
source 'http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git'
platform :ios, '10.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'

#     pod 'AlipaySDK-iOS','15.7.5'
    #依赖三方私有库,如果里面有.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