34 lines
1.2 KiB
Ruby
34 lines
1.2 KiB
Ruby
source 'https://cdn.cocoapods.org/'
|
|
source 'https://github.com/CocoaPods/Specs'
|
|
|
|
platform :ios, '13.0'
|
|
|
|
target 'UnityFramework' do
|
|
pod 'AppLovinMediationBidMachineAdapter', '3.7.1.0.0'
|
|
pod 'AppLovinMediationBigoAdsAdapter', '5.2.1.0'
|
|
pod 'AppLovinMediationByteDanceAdapter', '8.1.0.7.0'
|
|
pod 'AppLovinMediationChartboostAdapter', '9.12.0.0'
|
|
pod 'AppLovinMediationFacebookAdapter', '6.21.1.0'
|
|
pod 'AppLovinMediationFyberAdapter', '8.4.7.0'
|
|
pod 'AppLovinMediationGoogleAdapter', '13.4.0.0'
|
|
pod 'AppLovinMediationInMobiAdapter', '11.3.0.0'
|
|
pod 'AppLovinMediationIronSourceAdapter', '9.4.1.0.0'
|
|
pod 'AppLovinMediationMintegralAdapter', '8.1.5.0.0'
|
|
pod 'AppLovinMediationMolocoAdapter', '4.6.1.1'
|
|
pod 'AppLovinMediationUnityAdsAdapter', '4.18.1.0'
|
|
pod 'AppLovinMediationVungleAdapter', '7.7.4.0'
|
|
pod 'AppLovinSDK', '13.6.3'
|
|
pod 'AppsFlyerFramework', '6.17.9'
|
|
pod 'BigoADS', '5.2.1'
|
|
pod 'Firebase/Analytics', '11.10.0'
|
|
pod 'Firebase/Core', '11.10.0'
|
|
pod 'Firebase/Crashlytics', '11.10.0'
|
|
pod 'Firebase/Messaging', '11.10.0'
|
|
pod 'Google-Mobile-Ads-SDK', '13.4.0'
|
|
pod 'GoogleUserMessagingPlatform', '3.0.0'
|
|
pod 'PurchaseConnector', '6.17.9'
|
|
end
|
|
target 'Unity-iPhone' do
|
|
end
|
|
use_frameworks! :linkage => :static
|