From a previously removed post:
I am struggling to get the Google Drive API to work with Swift, and hoping someone has a suggestion. Here is where I am at so far: I have the Google Drive API installed and working in an Objective-C ...
I am trying to reproduce this example from Google in Swift, but import GTLDrive
returns an error in Xcode:
No such module 'GTLDrive.
I am unable to use GTLServiceDrive
from the Swift classes.
Which combination of CocoaPod + bridging header should I use?