build-ipa/ironSource/PlayBTopOn/Podfile
2026-01-05 10:40:05 +08:00

25 lines
702 B
Ruby

# Uncomment the next line to define a global platform for your project
platform :ios, '12.0'
source 'http://192.168.9.103:8083/repository/ios-pods/'
target 'PlayBTopOn' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for PlayBTopOn
# pod 'TPNiOS','6.3.66'
# pod 'TPNVungleSDKAdapter','6.3.66'
# pod 'TPNMintegralSDKAdapter','6.3.66'
pod 'IronSourceSDK'
pod 'TPNiOS','6.4.93'
pod 'TPNVungleSDKAdapter','6.4.93'
pod 'TPNUnityAdsSDKAdapter','6.4.93.5'
pod 'TPNIronSourceSDKAdapter','6.4.93.1'
pod 'TPNPangleSDKAdapter','6.4.93.5'
pod 'TPNInmobiSDKAdapter','6.4.93'
pod 'TPNApplovinSDKAdapter','6.4.93.1'
pod 'TPNMintegralSDKAdapter','6.4.93'
end