#platform :ios, '11.0' #手机的系统 #use_modular_headers! #source 'https://github.com/CocoaPods/Specs.git' #source 'http://git.bogokj.com/fandong/BogoSpec.git' target 'BuguLive' do # use_frameworks! #project 'BuguLive.xcodeproj' pod 'AFNetworking','~>4.0' pod 'LookinServer', :configurations => ['Debug'] pod 'MBProgressHUD' pod 'SVProgressHUD' pod 'IQKeyboardManager' pod 'SDWebImage' pod 'MJRefresh','~>3.4.2' pod 'MJExtension' pod 'FMDB' pod 'AliyunOSSiOS','~>2.10.8' pod 'BlocksKit','~>2.2.5' pod 'FTUtils' pod 'Reachability' pod 'KVOController' #pod 'MLeaksFinder' pod 'MDRadialProgress' pod 'UICountingLabel' pod 'SDCycleScrollView','~>1.82' #pod 'KLSwitch' #pod 'MarqueeLabel' #pod 'HMSegmentedControl' #pod 'MMPopupView' # 友盟统计 #pod 'UMengAnalytics' #pod 'UMCSecurityPlugins' #友盟推送 #pod 'UMCommon' #pod 'UMDevice' #pod 'UMPush' ##性能监控 #pod 'UMAPM' #pod 'TencentMap-SDK' pod 'libksygpulive/KSYGPUResource' pod 'libksygpulive/libksygpulive' pod 'QMUIKit', '~> 4.1.3' #pod 'WechatOpenSDK' #, '~> 2.9.3' #pod 'AlipaySDK-iOS' #pod 'Bugly' pod 'LEEAlert' pod 'LCActionSheet' pod 'M80AttributedLabel' pod 'TTTAttributedLabel' pod 'XXNibBridge' #直播腾讯云SDK pod 'TXLiteAVSDK_Professional','12.1.16597' #pod 'TXLiteAVSDK_TRTC', :podspec => 'https://liteav.sdk.qcloud.com/pod/liteavsdkspec/TXLiteAVSDK_TRTC.podspec' pod 'TXIMSDK_Plus_iOS'#,'7.2.4123' #pod 'AgoraRtcEngine_iOS','3.7.0' pod 'TUICallKit_Swift/Professional' pod 'TIMPush' pod 'TUIVoIPExtension' #pod 'ZipArchive', '~> 1.4.0' #音频播放 pod 'ZQPlayer' #列表视频播放器 pod 'CLPlayer', '~> 1.2.7' pod 'YYKit' #七牛 pod "Qiniu", "~> 7.2" #pod 'FDUIKitObjC', :git => 'http://git.bogokj.com/fandong/FDUIKitObjC.git', :branch => 'master' #pod 'BogoPayKit', :git => 'http://git.bogokj.com/fandong/BogoPayKit.git', :branch => 'ios_bogo_live_v3' #pod 'FDNetworkObjC', :git => 'http://git.bogokj.com/fandong/FDNetworkObjC.git', :branch => 'ios_bogo_live_v3' pod 'TYCyclePagerView' pod 'NAKPlaybackIndicatorView' pod 'ZLCollectionViewFlowLayout' pod 'TZImagePickerController' pod 'FDFullscreenPopGesture' #启动页轮播图 pod 'XHLaunchAd' pod "QPDialCodePickerView" #pod 'LocalizedView' #facebook #pod 'FBSDKLoginKit' #pod 'UMShare/Social/Facebook' #pod 'UMShare/Social/GooglePlus' #facebook登录 #pod 'FBSDKLoginKit' pod 'WoodPeckeriOS', :configurations => ['Debug'] #SJ视频播放器 #pod 'SJVideoPlayer' #pod 'UIBarButtonItem-Badge-Coding'#右上方红字 pod 'BRPickerView'#选择器 pod 'ReactiveObjC' pod 'ZFPlayer' pod 'ZFPlayer/ControlView' pod 'ZFPlayer/AVPlayer' pod 'AFSoundManager' pod 'Firebase',:modular_headers => true pod 'FirebaseAuth',:modular_headers => true pod 'GoogleSignIn','7.0.0',:modular_headers => true pod 'FirebaseCore',:modular_headers => true pod 'GoogleUtilities', :modular_headers => true pod 'FirebaseFirestore', :modular_headers => true #pod 'SSZipArchive' pod 'Protobuf' #svga动画库 #pod 'SVGAPlayer', '~> 2.0.1' pod "RxSwift" pod 'RxCocoa' pod 'RxDataSources' pod 'SnapKit', '~> 5.0.0' pod 'Then' pod 'DynamicColor' pod 'AutoInch' pod 'GKPageScrollView' pod 'GKPageSmoothView','1.9.4' #pod 'JXCategoryView' pod 'JXCategoryViewExt/SubTitleImage' pod 'JXCategoryViewExt/Indicator/AlignmentLine' #pod 'WechatOpenSDK' #pod 'AlipaySDK-iOS' pod 'GKNavigationBar' end #post_install do |installer| # installer.pods_project.targets.each do |target| ## if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle" # target.build_configurations.each do |config| # config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = "" # config.build_settings['CODE_SIGNING_REQUIRED'] = "NO" # config.build_settings['CODE_SIGNING_ALLOWED'] = "NO" # config.build_settings['ENABLE_BITCODE'] = "NO" # config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = "13.0" # ## end # end # end #end post_install do |installer| installer.pods_project.targets.each do |target| if target.name == 'BoringSSL-GRPC' target.source_build_phase.files.each do |file| if file.settings && file.settings['COMPILER_FLAGS'] flags = file.settings['COMPILER_FLAGS'].split flags.reject! { |flag| flag == '-GCC_WARN_INHIBIT_ALL_WARNINGS' } file.settings['COMPILER_FLAGS'] = flags.join(' ') end end end if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle" target.build_configurations.each do |config| config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = "" config.build_settings['CODE_SIGNING_REQUIRED'] = "NO" config.build_settings['CODE_SIGNING_ALLOWED'] = "NO" config.build_settings['ENABLE_BITCODE'] = "NO" config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = "13.0" end end end end #post_install do |installer| # installer.pods_project.targets.each do |target| # target.build_configurations.each do |config| # config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0' # end # end #end