Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Podfile Before
- source 'https://cdn.cocoapods.org/'
- source 'https://cdn.cocoapods.org/'
- platform :ios, '10.0'
- target 'UnityFramework' do
- pod 'FBSDKCoreKit', '~> 11.0'
- pod 'FBSDKCoreKit_Basics', '~> 11.0'
- pod 'FBSDKGamingServicesKit', '~> 11.0'
- pod 'FBSDKLoginKit', '~> 11.0'
- pod 'FBSDKShareKit', '~> 11.0'
- pod 'Firebase/Auth', '9.0.0'
- pod 'Firebase/Core', '9.0.0'
- pod 'Firebase/Database', '9.0.0'
- pod 'Firebase/DynamicLinks', '9.0.0'
- pod 'Firebase/Firestore', '9.0.0'
- pod 'Firebase/Functions', '9.0.0'
- pod 'Firebase/Messaging', '9.0.0'
- end
- target 'Unity-iPhone' do
- end
- use_frameworks!
- use_frameworks!
- Podfile After
- source 'https://cdn.cocoapods.org/'
- source 'https://cdn.cocoapods.org/'
- platform :ios, '10.0'
- target 'UnityFramework' do
- end
- target 'Unity-iPhone' do
- end
- use_frameworks!
- use_frameworks!
Add Comment
Please, Sign In to add comment