# Uncomment the next line to define a global platform for your project platform :ios, '12.0' target 'cocos2d' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! # Pods for cocos2d end target 'pushGold-mobile' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! # Pods for pushGold-mobile pod 'OpenMediation','2.3.0' pod 'UnityAds' # pod 'OpenMediationTestSuite', '1.5.2' end