blob: d12c99189e7922e7648bf864b05f5346f6fb2721 [file] [log] [blame]
{
"name": "google-cast-games-sdk",
"version": "2.10.4",
"license": {
"type": "Commercial",
"text": "https://developers.google.com/terms/"
},
"summary": "Add on Framework for Google Cast SDK to simplify Google Cast game development",
"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/).",
"homepage": "https://developers.google.com/cast/",
"authors": "Google, Inc.",
"source": {
"http": "https://redirector.gvt1.com/edgedl/chromecast/sdk-gaming/ios/GoogleCastGamesSDK-2.10.4-Release-ios-default.zip"
},
"platforms": {
"ios": "6.0"
},
"source_files": "GoogleCastGamesSDK-2.10.4-Release/GoogleCastGames.framework/Versions/A/Headers/*.h",
"preserve_paths": "GoogleCastGamesSDK-2.10.4-Release/GoogleCastGames.framework",
"frameworks": "GoogleCastGames",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/google-cast-games-sdk/GoogleCastGamesSDK-2.10.4-Release",
"OTHER_LDFLAGS": "-framework GoogleCastGames"
},
"dependencies": {
"google-cast-sdk": [
"~> 2.10.4"
]
},
"requires_arc": true
}