Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2021
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. source 'https://cdn.cocoapods.org/'
  2. source 'https://cdn.cocoapods.org/'
  3. platform :ios, '11.0'
  4.  
  5. target 'UnityFramework' do
  6. pod 'Firebase/Analytics', '8.3.0'
  7. pod 'Firebase/Core', '8.3.0'
  8. pod 'Google-Mobile-Ads-SDK', '~> 8.2'
  9. end
  10. target 'Unity-iPhone' do
  11. end
  12. use_frameworks!
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement