Podfile 715 B

1234567891011121314151617181920212223242526272829303132333435
  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. target 'XenonSDK' do
  10. # Comment the next line if you don't want to use dynamic frameworks
  11. use_frameworks!
  12. # Pods for ad sdk
  13. pod 'Google-Mobile-Ads-SDK','7.69.0'
  14. pod 'IronSourceSDK','7.1.4.0'
  15. #Public sdk
  16. pod 'MBProgressHUD','1.2.0'
  17. pod 'JSONModel','1.7.0'
  18. #pod for Adjust sdk
  19. pod 'Adjust', '~> 4.27.0'
  20. #pod for Firebase
  21. pod 'Firebase/Analytics'
  22. #pod for Facebook Analytics
  23. pod 'FacebookCore', '~> 0.9.0'
  24. end