Ghellee

Podfile

Jun 1st, 2022 (edited)
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. source 'https://cdn.cocoapods.org/'
  2. platform :ios, '10.0'
  3. target 'UnityFramework' do
  4. pod 'FBSDKCoreKit', '~> 11.0'
  5. pod 'FBSDKCoreKit_Basics', '~> 11.0'
  6. pod 'FBSDKGamingServicesKit', '~> 11.0'
  7. pod 'FBSDKLoginKit', '~> 11.0'
  8. pod 'FBSDKShareKit', '~> 11.0'
  9. pod 'Firebase/Auth', '7.5.0'
  10. pod 'Firebase/Core', '7.5.0'
  11. pod 'Firebase/Database', '7.5.0'
  12. pod 'Firebase/DynamicLinks', '7.5.0'
  13. pod 'Firebase/Firestore', '7.5.0'
  14. pod 'Firebase/Functions', '7.5.0'
  15. pod 'Firebase/Messaging', '7.5.0'
  16. end
  17. target 'Unity-iPhone' do
  18. end
  19. use_frameworks!
  20. use_frameworks!
Add Comment
Please, Sign In to add comment