How to add Google Drive API in Swift iOS Application?
问题 I have an application written in Swift which already uses the SwiftyDropbox API. I installed SwiftyDropbox with cocoapods and the use_frameworks! keyword. And now, when I add this pod 'Google-API-Client' to my Podfile, I get a Duplicate definition error in my Google Drive API when I tried to build my project. So, I've decided to follow the Google Drive guide : https://developers.google.com/drive/ios/quickstart?ver=swift But it seems this guide is deprecated, because there is no file named GTL