70 lines
2.1 KiB
Ruby
Executable File
70 lines
2.1 KiB
Ruby
Executable File
platform :ios, '15.0'
|
|
|
|
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
|
|
|
|
post_install do |installer|
|
|
installer.pods_project.targets.each do |target|
|
|
target.build_configurations.each do |config|
|
|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.0'
|
|
config.build_settings.delete('EXCLUDED_ARCHS[sdk=iphonesimulator*]')
|
|
config.build_settings.delete('EXCLUDED_ARCHITECTURES')
|
|
config.build_settings['ENABLE_BITCODE'] = 'NO'
|
|
end
|
|
end
|
|
end
|
|
|
|
target 'Fableon' do
|
|
use_frameworks!
|
|
|
|
pod 'YYCategories'
|
|
pod 'YYText'
|
|
pod 'Alamofire'
|
|
pod 'SmartCodable'
|
|
pod 'JXPlayer', :git => 'https://github.com/zengjuexin/JXPlayer.git', :tag => '0.2.5'
|
|
pod 'Kingfisher'
|
|
pod 'SnapKit'
|
|
pod 'FSPagerView'
|
|
pod 'HWPanModal'
|
|
pod 'SVProgressHUD'
|
|
pod 'Toast'
|
|
pod 'MJRefresh'
|
|
pod 'IQKeyboardManagerSwift'
|
|
pod 'LYEmptyView'
|
|
pod 'collection-view-layouts/TagsLayout'
|
|
pod 'FDFullscreenPopGesture'
|
|
pod 'ZLPhotoBrowser'
|
|
pod 'JXPagingView/Paging'
|
|
pod 'JXSegmentedView'
|
|
pod 'Adjust'
|
|
|
|
# 广告SDK AdMob Meta Pangle Liftoff Mintegral InMobi Verve Bigo TaurusX UnityAds AppLovin IronSource
|
|
pod 'TradPlusAdSDK', '14.9.0'
|
|
pod 'TradPlusAdSDK/FacebookAdapter', '14.9.0'
|
|
pod 'FBAudienceNetwork','6.20.1'
|
|
pod 'TradPlusAdSDK/AdMobAdapter', '14.9.0'
|
|
pod 'Google-Mobile-Ads-SDK','12.14.0'
|
|
pod 'TradPlusAdSDK/UnityAdapter', '14.9.0'
|
|
pod 'UnityAds','4.16.4'
|
|
pod 'TradPlusAdSDK/AppLovinAdapter', '14.9.0'
|
|
pod 'AppLovinSDK','13.5.0'
|
|
pod 'TradPlusAdSDK/VungleAdapter', '14.9.0'
|
|
pod 'VungleAds', '7.6.1'
|
|
pod 'TradPlusAdSDK/IronSourceAdapter', '14.9.0'
|
|
pod 'IronSourceSDK','9.2.0'
|
|
pod 'TradPlusAdSDK/InMobiAdapter', '14.9.0'
|
|
pod 'InMobiSDK' ,'11.1.0'
|
|
pod 'TradPlusAdSDK/MintegralAdapter', '14.9.0'
|
|
pod 'MintegralAdSDK' ,'7.7.9'
|
|
pod 'MintegralAdSDK/All','7.7.9'
|
|
pod 'TradPlusAdSDK/PangleAdapter', '14.9.0'
|
|
pod 'Ads-Global', '7.8.0.5'
|
|
pod 'TradPlusAdSDK/TPCrossAdapter', '14.9.0'
|
|
pod 'TradPlusAdSDK/VerveAdapter', '14.9.0'
|
|
pod 'HyBid','3.7.1'
|
|
pod 'TradPlusAdSDK/BigoAdapter', '14.9.0'
|
|
pod 'BigoADS','5.0.0'
|
|
pod 'TradPlusAdSDK/TaurusXAdapter', '14.9.0'
|
|
pod 'TaurusxAdsSDK','1.12.0'
|
|
|
|
end
|