source 'https://cdn.cocoapods.org/'

platform :ios, '13.0'

target 'UnityFramework' do
  pod 'FBSDKCoreKit', '~> 17.0.0'
  pod 'FBSDKCoreKit_Basics', '~> 17.0.0'
  pod 'FBSDKGamingServicesKit', '~> 17.0.0'
  pod 'FBSDKLoginKit', '~> 17.0.0'
  pod 'FBSDKShareKit', '~> 17.0.0'
  pod 'Firebase/Auth', '11.4.0'
  pod 'Firebase/Core', '11.4.0'
end
target 'Unity-iPhone' do
end
use_frameworks! :linkage => :static
