1234567891011121314151617181920212223242526272829303132333435 |
- 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
- target 'XenonSDK' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- # Pods for ad sdk
- pod 'Google-Mobile-Ads-SDK','7.69.0'
- pod 'IronSourceSDK','7.1.4.0'
-
- #Public sdk
- pod 'MBProgressHUD','1.2.0'
- pod 'JSONModel','1.7.0'
-
- #pod for Adjust sdk
- pod 'Adjust', '~> 4.27.0'
-
- #pod for Firebase
- pod 'Firebase/Analytics'
-
- #pod for Facebook Analytics
- pod 'FacebookCore', '~> 0.9.0'
-
- end
|