9 lines
156 B
Ruby
9 lines
156 B
Ruby
platform :ios, '11.0'
|
|
use_frameworks!
|
|
|
|
|
|
target 'Unity-iPhone' do
|
|
pod 'GoogleSignIn', :path => '/Users/packmac/Documents/workspace/GoogleSignIn-iOS/'
|
|
|
|
end
|