Podfile 752 B

12345678910111213141516171819202122232425262728293031323334353637
  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. #基础库(必须)
  14. pod 'MBProgressHUD','0.9.1'
  15. pod 'JSONModel','1.7.0'
  16. # Pods for FBSDKLoginKit
  17. pod 'FBSDKLoginKit','8.2.0'
  18. # Pods for ad sdk
  19. pod 'Google-Mobile-Ads-SDK','7.69.0'
  20. pod 'IronSourceSDK','7.1.4.0'
  21. #pod for Adjust sdk
  22. pod 'Adjust', '~> 4.27.0'
  23. #pod for Firebase
  24. #pod 'FirebaseAnalytics', '~> 7.0.0'
  25. end