[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 5 / 1 / GooglePlayGames / 5.1 / GooglePlayGames.podspec.json
blobb1164c02d5d62a47033836e1184efa007f8185a4
2   "name": "GooglePlayGames",
3   "version": "5.1",
4   "summary": "Google Play Games iOS SDK.",
5   "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.",
6   "homepage": "https://developers.google.com/games/services/ios/quickstart",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2016 Google Inc."
10   },
11   "authors": "Google Inc.",
12   "source": {
13     "http": "https://developers.google.com/games/services/downloads/gpg-cpp-sdk.v2.1.zip"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "vendored_frameworks": "gpg-cpp-sdk/ios/gpg.framework",
19   "source_files": "gpg-cpp-sdk/ios/gpg.framework/Versions/A/Headers/*.h",
20   "resources": "gpg-cpp-sdk/ios/gpg.bundle",
21   "frameworks": [
22     "AddressBook",
23     "AssetsLibrary",
24     "CoreData",
25     "CoreLocation",
26     "CoreMotion",
27     "CoreText",
28     "MediaPlayer",
29     "QuartzCore",
30     "Security",
31     "SystemConfiguration",
32     "CoreTelephony"
33   ],
34   "xcconfig": {
35     "OTHER_LDFLAGS": "-ObjC -lc++ -lz"
36   },
37   "dependencies": {
38     "GoogleSignIn": [
39       "~> 2.2.0"
40     ],
41     "GooglePlusOpenSource": [
42       ">= 1.7.1"
43     ]
44   },
45   "requires_arc": true