blob: bc152525412b12030ced77dea4d843332401f211 [file] [log] [blame]
{
"name": "GooglePlayGames",
"version": "3.1.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, quests, saved games, and multiplayer to 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-iOS-SDK.v3.1.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",
"CoreTelephony"
],
"xcconfig": {
"OTHER_LDFLAGS": "-lc++ -lz"
},
"dependencies": {
"google-plus-ios-sdk": [
">= 1.5"
]
},
"requires_arc": true
}