platform :ios, '13.0' inhibit_all_warnings! use_frameworks! source 'https://github.com/CocoaPods/Specs.git' target "YBVideo" do #友盟统计 pod 'UMCCommon','2.1.1' pod 'UMCAnalytics','6.0.5' #pod 'UMCSecurityPlugins' #播放器'3.2.15' # 注意 1 :更新播放器三方库的时候 ZFVolumeBrightnessView 类 progressView.frame 改为 # self.progressView.frame = CGRectMake(0, 0,min_view_w, min_view_h); # self.iconImageView.frame 注释掉或者 隐藏 # 不执行上述两行可以选择继承ZFVolumeBrightnessView并重写这个类 pod 'ZFPlayer','4.1.4' pod 'ZFPlayer/ControlView','4.1.4' pod 'ZFPlayer/ijkplayer','4.1.4' pod 'ZFPlayer/AVPlayer','4.1.4' # 注意 2 :如果使用的是金山播放器 初始化需要设置下 # NSMutableDictionary *headerDic = [NSMutableDictionary dictionary]; # [headerDic setObject:@"防盗链地址" forKey:@"Referer"]; # [self.player setHttpHeaders:headerDic]; #pod 'ZFPlayer/KSYMediaPlayer' # 腾讯IM pod 'TXIMSDK_Plus_iOS', '7.0.3754' pod 'TPNS-iOS', '1.3.9.2' #极光 pod 'JPush','3.2.6' pod 'JMessage','3.9.1' #极光日志打印 pod 'CocoaLumberjack','3.4.2' #支付宝 pod 'AliPay','15.7.4.2' pod 'OpenSSL-for-iOS', '1.0.2.d.1' #ShareSDK pod 'mob_sharesdk','4.3.16' pod 'mob_sharesdk/ShareSDKPlatforms/QQ' pod 'mob_sharesdk/ShareSDKPlatforms/Apple' #pod 'mob_sharesdk/ShareSDKPlatforms/WeChat' #(微信sdk不带支付的命令) pod 'mob_sharesdk/ShareSDKPlatforms/WeChatFull' #(微信sdk带支付的命令,和上面不带支付的不能共存,只能选择一个) #腾讯SDK #pod 'TXLiteAVSDK_UGC' //'7.2.8932'-'7.5.9309' - '7.7.9458' '8.0.9643' # live-->'7.7.9458' dsp->'9.5.11344' pod 'TXLiteAVSDK_Professional','10.9.13148' #腾讯上传 pod 'QCloudCOSXML','5.6.6' #七牛 pod 'Qiniu','7.2.6' #socket pod 'Socket.IO-Client-Swift','15.2.0' #其他 pod 'SDWebImage','5.2.5' pod 'SDCycleScrollView', '1.80' pod 'MJRefresh','3.7.5' pod 'MJExtension', '3.2.4' pod 'EBBannerView','1.1.2' pod 'AFNetworking','4.0.1' #'1.0.2' pod 'Masonry', '1.1.0' pod 'Bugly', '2.4.8' pod 'QBImagePickerController','3.4.0' pod 'GPUImage', '0.1.7' pod 'CWStatusBarNotification', '2.3.5' pod 'MBProgressHUD','1.1.0' pod 'SPUncaughtExceptionHandler','0.3.3' pod 'IQKeyboardManager','6.5.3' pod 'TYPagerController','2.1.2' pod 'JKCategories','1.9.2' pod 'DZNEmptyDataSet','1.8.1' # SVGAPlayer pod 'SVGAPlayer','2.3.5' # AT @功能 pod 'HPGrowingTextView','1.1' pod 'MLLabel','1.10.5' pod 'YYText','1.0.7' #YYImage用来加载gif pod 'YYWebImage','1.0.5' #防止数组越界、字典为空 pod 'SafeObject', '0.0.1' #picker #提示 "Select a maximum of %zd photos" 提示语已改为 ‘最多设置10张’ #提示 "Select a minimum of %zd photos" ‘请选择不少于3张图片’ #'3.2.7' pod 'TZImagePickerController','3.8.7' pod 'YCMenuView','1.2.0' pod 'SPPageMenu', '3.5.0' #AWS pod 'AWSS3','2.19.1' #Braintree pod 'BraintreeDropIn', "8.1.2" #openinstall pod 'libOpenInstallSDK','2.5.3' #pod 'ZZCircleProgress', '~> 0.2.1' pod 'XHWebImageAutoSize', "1.1.2" # pod 'AAChartKit', '9.2.0' post_install do |installer| installer.generated_projects.each do |project| project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0' end end end end end