[Add] ZoomVSDKUIToolkitiOS 1.13.11
[CocoaPods.git] / Specs / 8 / a / e / google-cast-games-sdk / 2.7.0 / google-cast-games-sdk.podspec.json
blobe1a499e713d96c385a6f146557ee2adbc6044541
2   "name": "google-cast-games-sdk",
3   "version": "2.7.0",
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.",
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.7.0-Release-ios-default.zip"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "GoogleCastGamesSDK-2.7.0-Release/GoogleCastGames.framework/Versions/A/Headers/*.h",
19   "preserve_paths": "GoogleCastGamesSDK-2.7.0-Release/GoogleCastGames.framework",
20   "frameworks": "GoogleCastGames",
21   "xcconfig": {
22     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/google-cast-games-sdk/GoogleCastGamesSDK-2.7.0-Release",
23     "OTHER_LDFLAGS": "-framework GoogleCastGames"
24   },
25   "dependencies": {
26     "google-cast-sdk": [
27       "~> 2.7.0"
28     ]
29   },
30   "requires_arc": true