Podfile 176 B

1234567
  1. platform :ios, '10.0'
  2. use_frameworks!
  3. target 'SampleForPod' do
  4. pod 'GoogleSignIn', :path => '../../../', :testspecs => ['unit']
  5. project 'SignInSampleForPod.xcodeproj'
  6. end