Podfile 727 B

12345678910111213141516171819202122232425262728293031323334
  1. project 'XenonSDK.xcodeproj'
  2. # Uncomment the next line to define a global platform for your project
  3. # platform :ios, '9.0'
  4. target 'XenonDemo' do
  5. # Comment the next line if you don't want to use dynamic frameworks
  6. use_frameworks!
  7. # Pods for XenonDemo
  8. end
  9. # platform :ios, '9.0'
  10. target 'XenonSDK' do
  11. # Comment the next line if you don't want to use dynamic frameworks
  12. use_frameworks!
  13. # Pods for FBSDKLoginKit
  14. pod 'FBSDKLoginKit','8.2.0'
  15. # Pods for chuangshanjia Ad
  16. pod 'Ads-CN','3.6.1.1'
  17. # Pods for GDTMob Ad
  18. pod 'GDTMobSDK','4.12.60'
  19. #Pods for TopOn Ad
  20. pod 'AnyThinkiOS','5.7.33'
  21. pod 'AnyThinkiOS/AnyThinkGDTAdapter','5.7.33'
  22. pod 'AnyThinkiOS/AnyThinkTouTiaoAdapter','5.7.33'
  23. end