[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / a / e / google-cast-games-sdk / 2.10.4 / google-cast-games-sdk.podspec.json
blobd12c99189e7922e7648bf864b05f5346f6fb2721
2   "name": "google-cast-games-sdk",
3   "version": "2.10.4",
4   "license": {
5     "type": "Commercial",
6     "text": "https://developers.google.com/terms/"
7   },
8   "summary": "Add on Framework for Google Cast SDK to simplify Google Cast game development",
9   "description": "The Cast Game Service SDK is a library for external game developers that\nhandles connection, reconnection, and player state management for a single or multiplayer\ngame running on a Google Cast device. The SDK is implemented on top of the\npublic Google Cast SDK. Your use of Cast Game Service SDK is subject to, and by using or downloading any of the related files you agree to comply with, the Google APIs Terms of Service (https://developers.google.com/terms/) and the Google Cast SDK Additional Developer Terms of Service (https://developers.google.com/cast/docs/terms/).",
10   "homepage": "https://developers.google.com/cast/",
11   "authors": "Google, Inc.",
12   "source": {
13     "http": "https://redirector.gvt1.com/edgedl/chromecast/sdk-gaming/ios/GoogleCastGamesSDK-2.10.4-Release-ios-default.zip"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "GoogleCastGamesSDK-2.10.4-Release/GoogleCastGames.framework/Versions/A/Headers/*.h",
19   "preserve_paths": "GoogleCastGamesSDK-2.10.4-Release/GoogleCastGames.framework",
20   "frameworks": "GoogleCastGames",
21   "xcconfig": {
22     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/google-cast-games-sdk/GoogleCastGamesSDK-2.10.4-Release",
23     "OTHER_LDFLAGS": "-framework GoogleCastGames"
24   },
25   "dependencies": {
26     "google-cast-sdk": [
27       "~> 2.10.4"
28     ]
29   },
30   "requires_arc": true