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! #基础库(必须) pod 'MBProgressHUD','0.9.1' pod 'JSONModel','1.7.0' # Pods for FBSDKLoginKit pod 'FBSDKLoginKit','8.2.0' # Pods for ad sdk pod 'Google-Mobile-Ads-SDK','7.69.0' pod 'IronSourceSDK','7.1.4.0' #pod for Adjust sdk pod 'Adjust', '~> 4.27.0' #pod for Firebase #pod 'FirebaseAnalytics', '~> 7.0.0' end