Podfile 2.8 KB
 use_frameworks!

platform :ios, '9.0'

target 'CNLiveTripartiteManagement_Example' do
    pod 'AFNetworking', '3.2.1'
    pod 'YYKit', '1.0.9'
    pod 'MJRefresh', '3.2.0'
    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.17'
    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 'Qiniu', '7.2.5'
    pod 'lottie-ios','2.5.0'
    # pod 'SDWebImage','~> 4.4.6'
    pod 'SDWebImage/WebP'
    pod 'SDWebImage/GIF'
    pod 'WechatOpenSDK'#_NoPay
    #    pod 'BaiduMapKit', '~> 4.3.2'
    #    pod 'BMKLocationKit', '~> 1.6.0'
    #依赖三方私有库,如果里面有.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.2.0'
    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.17'
    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 'Qiniu', '7.2.5'
    pod 'lottie-ios','2.5.0'
    # pod 'SDWebImage','~> 4.4.6'
    pod 'SDWebImage/WebP'
    pod 'SDWebImage/GIF'
    pod 'WechatOpenSDK'#_NoPay
#    pod 'BaiduMapKit', '~> 4.3.2'
#    pod 'BMKLocationKit', '~> 1.6.0'
    pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
    end
  end
end