blob: 941812d5b92b83ca53d9dc529845e7f6cf252107 [file] [log] [blame]
{
"name": "GooglePlayGames",
"version": "2.0.0",
"summary": "Google Play Games iOS SDK.",
"description": "The Play Games services SDK provides cross-platform Game services that lets you easily integrate popular gaming features such as achievements, leaderboards, and Cloud Save in your tablet and mobile games.",
"homepage": "https://developers.google.com/+/mobile/ios/",
"license": {
"type": "Copyright",
"text": "Copyright 2014 Google Inc."
},
"authors": "Google Inc.",
"source": {
"http": "https://developers.google.com/games/services/downloads/GooglePlayGames.v2.0.0.zip"
},
"platforms": {
"ios": null
},
"vendored_frameworks": "GooglePlayGames.framework",
"source_files": "GooglePlayGames.framework/Versions/A/Headers/*.h",
"resources": "GooglePlayGames.bundle",
"frameworks": [
"AddressBook",
"AssetsLibrary",
"CoreData",
"CoreLocation",
"CoreMotion",
"CoreText",
"MediaPlayer",
"QuartzCore",
"Security",
"SystemConfiguration"
],
"xcconfig": {
"OTHER_LDFLAGS": "-lc++"
},
"dependencies": {
"google-plus-ios-sdk": [
"~> 1.5.0"
]
},
"requires_arc": true
}