24 lines
683 B
Ruby
24 lines
683 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
# platform :ios, '9.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 '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
|