14 lines
313 B
Ruby
14 lines
313 B
Ruby
target 'DriveSample' do
|
|
platform :osx, '10.9'
|
|
|
|
# Pods for GTMAppAuth development
|
|
pod 'GoogleAPIClientForREST', :path => '../../'
|
|
# In production, you would use:
|
|
# pod 'GoogleAPIClientForREST'
|
|
|
|
# Also use GTMAppAuth. See the project wiki, you can use this or Google
|
|
# SignIn.
|
|
pod 'GTMAppAuth'
|
|
|
|
end
|