Last active
August 29, 2015 14:06
-
-
Save dmrschmidt/8fd15351be23297473eb to your computer and use it in GitHub Desktop.
google-plus-sdk.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "google-plus-ios-sdk", | |
"version": "1.7.1", | |
"summary": "Google+ Platform for iOS.", | |
"description": " Create a more engaging experience and connect with more users by integrating social into your app. Extend your app in new and creative ways using these Google+ platform features.\n", | |
"homepage": "https://developers.google.com/+/mobile/ios/", | |
"license": { | |
"type": "Copyright", | |
"text": "Copyright 2013 Google Inc." | |
}, | |
"authors": "Google Inc.", | |
"platforms": { | |
"ios": null | |
}, | |
"source": { | |
"http": "https://developers.google.com/+/mobile/ios/sdk/google-plus-ios-sdk-1.7.1.zip" | |
}, | |
"source_files": "google-plus-ios-sdk-1.7.1/{GoogleOpenSource,GooglePlus}.framework/Versions/A/Headers/*.h", | |
"resources": "google-plus-ios-sdk-1.7.1/GooglePlus.bundle", | |
"vendored_frameworks": [ | |
"google-plus-ios-sdk-1.7.1/GoogleOpenSource.framework", | |
"google-plus-ios-sdk-1.7.1/GooglePlus.framework" | |
], | |
"frameworks": [ | |
"AddressBook", | |
"AssetsLibrary", | |
"Foundation", | |
"CoreLocation", | |
"CoreMotion", | |
"CoreGraphics", | |
"CoreText", | |
"GoogleOpenSource", | |
"GooglePlus", | |
"MediaPlayer", | |
"Security", | |
"SystemConfiguration", | |
"UIKit" | |
], | |
"requires_arc": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment