ios-unity/Podfile
2022-09-07 19:43:44 +08:00

7 lines
154 B
Ruby

platform :ios, '9.0'
use_frameworks!
target 'Unity-iPhone' do
pod 'GoogleSignIn', :path => '/Users/zhl/Downloads/sourcecode/ios/GoogleSignIn-iOS/'
end