[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 5 / 1 / GooglePlayGames / 5.1.2 / GooglePlayGames.podspec.json
blob81a657e23cf62b72d419ffdcba34e4b7d24ad1bc
2   "name": "GooglePlayGames",
3   "version": "5.1.2",
4   "summary": "Google Play Games iOS SDK.",
5   "description": "* The Play Games services SDK provides cross-platform \n* Game services that lets you easily integrate popular\n* gaming features such as achievements, leaderboards,\n* quests, saved games, and multiplayer to your tablet\n* and mobile games.",
6   "homepage": "https://developers.google.com/games/services/ios/quickstart",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2015 Google Inc. All Rights Reserved."
10   },
11   "authors": "Google Inc.",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "http": "https://developers.google.com/games/services/downloads/gpg-cpp-sdk.v2.1.zip"
17   },
18   "source_files": [
19     "gpg-cpp-sdk/ios/gpg.framework/Versions/A/**/*",
20     "gpg-cpp-sdk/ios/gpg.framework/Versions/Current"
21   ],
22   "resources": "gpg-cpp-sdk/ios/gpg.bundle",
23   "frameworks": [
24     "AddressBook",
25     "AssetsLibrary",
26     "CoreData",
27     "CoreLocation",
28     "CoreMotion",
29     "CoreText",
30     "MediaPlayer",
31     "QuartzCore",
32     "Security",
33     "SystemConfiguration",
34     "CoreTelephony"
35   ],
36   "vendored_frameworks": "gpg-cpp-sdk/ios/gpg.framework",
37   "requires_arc": true,
38   "xcconfig": {
39     "OTHER_LDFLAGS": "-ObjC -lc++ -lz -std=gnu++11"
40   },
41   "dependencies": {
42     "GoogleSignIn": [
43       "2.4.0"
44     ],
45     "GooglePlusOpenSource": [
46       ">= 1.7.1"
47     ]
48   }