Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3.  
  4. target 'AppodealPodsTest1' do
  5. # Comment the next line if you don't want to use dynamic frameworks
  6. use_frameworks!
  7.  
  8. # Pods for AppodealPodsTest1
  9.  
  10. pod "Appodeal/AdColonyAdapter", "2.5.7"
  11. pod "Appodeal/AdExchangeAdapter", "2.5.7"
  12. pod "Appodeal/AmazonAdsAdapter", "2.5.7"
  13. pod "Appodeal/AppLovinAdapter", "2.5.7"
  14. pod "Appodeal/ChartboostAdapter", "2.5.7"
  15. #pod "Appodeal/FacebookAudienceAdapter", "2.5.7"
  16. pod "Appodeal/FlurryAdapter", "2.5.7"
  17. pod "Appodeal/GoogleAdMobAdapter", "2.5.7"
  18. pod "Appodeal/InMobiAdapter", "2.5.7"
  19. pod "Appodeal/MintegralAdapter", "2.5.7"
  20. pod "Appodeal/MyTargetAdapter", "2.5.7"
  21. pod "Appodeal/OpenXAdapter", "2.5.7"
  22. pod "Appodeal/PubnativeAdapter", "2.5.7"
  23. pod "Appodeal/StartAppAdapter", "2.5.7"
  24. pod "Appodeal/TapjoyAdapter", "2.5.7"
  25. pod "Appodeal/UnityAdapter", "2.5.7"
  26. pod "Appodeal/VungleAdapter", "2.5.7"
  27. pod "Appodeal/YandexAdapter", "2.5.7"
  28. pod "Appodeal/CrashHunter", "2.5.7"
  29.  
  30. pod 'Kingfisher', '~> 3.0'
  31. pod 'KochavaTrackeriOS'
  32.  
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement