123456789101112131415161718192021222324252627282930 |
- project 'XenonSDK.xcodeproj'
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- target 'XenonDemo' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- # Pods for XenonDemo
- end
- # platform :ios, '9.0'
- target 'XenonSDK' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- # Pods for FBSDKLoginKit
- pod 'FBSDKLoginKit','9.1.0'
- pod 'Adjust'
-
- #Pods for Google Admob,ironSource
- pod 'Google-Mobile-Ads-SDK','7.69.0'
- pod 'IronSourceSDK','7.1.4.0'
-
- #pod for Firebase
- pod 'Firebase/Analytics','7.9.0'
-
- end
|