Podfile 645 B

123456789101112131415161718192021222324252627282930
  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','9.1.0'
  15. pod 'Adjust'
  16. #Pods for Google Admob,ironSource
  17. pod 'Google-Mobile-Ads-SDK','7.69.0'
  18. pod 'IronSourceSDK','7.1.4.0'
  19. #pod for Firebase
  20. pod 'Firebase/Analytics','7.9.0'
  21. end