google / gtm-oauth2

Google Toolbox for Mac - OAuth 2 Controllers
Apache License 2.0
125 stars 70 forks source link

Modify GTMOAuth2Authentication.h to optionally import GTMSessionFetcher via a framework-like path #58

Closed perotinus closed 8 years ago

perotinus commented 8 years ago

This supports the Cocoapods use_frameworks! use case, and is enabled in the Podspec, but is disabled by default, therefore making this change a no-op for non-CocoaPods use cases.

thomasvl commented 8 years ago

Squash into one commit?