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

14 lines
316 B
Ruby

target 'CalendarSample' 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