12 lines
284 B
Ruby
12 lines
284 B
Ruby
platform :ios, '12.0'
|
|
use_frameworks!
|
|
|
|
target 'Unity-iPhone' do
|
|
pod 'GoogleSignIn', :path => '/Users/zhl/Downloads/sourcecode/google/GoogleSignIn-iOS/'
|
|
pod 'TikTokOpenSDK', '~> 5.0.14'
|
|
pod 'FBSDKCoreKit'
|
|
pod 'FBSDKLoginKit'
|
|
pod 'FBSDKShareKit'
|
|
pod 'FirebaseAnalytics'
|
|
end
|