Skip to content

Instantly share code, notes, and snippets.

@stepahn
Last active August 29, 2015 14:01
Show Gist options
  • Save stepahn/ea129c25b22bec989923 to your computer and use it in GitHub Desktop.
Save stepahn/ea129c25b22bec989923 to your computer and use it in GitHub Desktop.
{
"name": "google-cast-sdk",
"version": "2.2.1",
"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.2.1-Release.zip"
},
"platforms": {
"ios": "6.0"
},
"source_files": "GoogleCastFramework-2.2.1-Release/GoogleCast.framework/Versions/A/Headers/*.h",
"preserve_paths": "GoogleCastFramework-2.2.1-Release/GoogleCast.framework",
"frameworks": "GoogleCast",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/google-cast-sdk/GoogleCastFramework-2.2.1-Release",
"OTHER_LDFLAGS": "-framework GoogleCast"
},
"requires_arc": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment