-2
我需要教程上傳相機捕獲照片從我的應用程序直接上傳到谷歌驅動器。 目前使用https://developers.google.com/drive/ios/quickstart?ver=swift 教程,但沒有得到正確的解決方案,任何人都可以幫助我如何添加我的項目中使用cocoapods所有圖書館,在教程只顯示下面的代碼運行在終端,但我怎麼能得到所有庫?谷歌驅動器集成上傳照片從應用程序到谷歌驅動器在iOS(迅速)
cat <<EOF> Podfile &&
platform :ios, '7.0'
use_frameworks!
target 'QuickstartApp' do
pod 'GoogleAPIClient/Drive', '~> 1.0.2'
pod 'GTMOAuth2', '~> 1.1.0'
EOF
pod install &&
open QuickstartApp.xcworkspace