Podfile 468 B

1234567891011121314151617181920
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '12.0'
  3. target 'cocos2d' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for cocos2d
  7. end
  8. target 'pushGold-mobile' do
  9. # Comment the next line if you don't want to use dynamic frameworks
  10. use_frameworks!
  11. # Pods for pushGold-mobile
  12. pod 'OpenMediation','2.3.0'
  13. pod 'UnityAds'
  14. # pod 'OpenMediationTestSuite', '1.5.2'
  15. end