GBA003/External/Harmony/Backends/Drive/Google/GoogleAPI/Examples/DriveSample/Podfile
2024-05-30 10:22:15 +08:00

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