blob: 3f704a5869fdc534c27e0b0f784a830620ac7cb1 [file] [log] [blame]
{
"name": "google-cast-sdk",
"version": "2.1.0",
"license": {
"type": "Commercial",
"text": "https://developers.google.com/terms/"
},
"summary": "Send and control video to Google Cast devices including the ChromeCast",
"description": "Google Cast is a screen-sharing technology that lets a user send and\ncontrol content like video from a small computing device like a phone,\ntablet, or laptop to a large display device like a television.\n\nA sender application running on the sender device uses the Google Cast\nAPI appropriate to its operating system to discover and transmit to the\nreceiver application running on the receiver device. You can use the\nsender APIs to enable your iOS app to send content to a large display.\n",
"homepage": "https://developers.google.com/cast/",
"authors": "Google, Inc.",
"source": {
"http": "https://developers.google.com/cast/downloads/GoogleCastFramework-2.1.0-Release.zip"
},
"platforms": {
"ios": "6.0"
},
"source_files": "GoogleCastFramework-2.1.0-Release/GoogleCast.framework/Versions/A/Headers/*.h",
"preserve_paths": "GoogleCastFramework-2.1.0-Release/GoogleCast.framework",
"frameworks": "GoogleCast",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/google-cast-sdk/GoogleCastFramework-2.1.0-Release",
"OTHER_LDFLAGS": "-framework GoogleCast"
},
"requires_arc": false
}