[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 1 / 2 / google-cast-sdk / 2.1.0 / google-cast-sdk.podspec.json
blob3f704a5869fdc534c27e0b0f784a830620ac7cb1
2   "name": "google-cast-sdk",
3   "version": "2.1.0",
4   "license": {
5     "type": "Commercial",
6     "text": "https://developers.google.com/terms/"
7   },
8   "summary": "Send and control video to Google Cast devices including the ChromeCast",
9   "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",
10   "homepage": "https://developers.google.com/cast/",
11   "authors": "Google, Inc.",
12   "source": {
13     "http": "https://developers.google.com/cast/downloads/GoogleCastFramework-2.1.0-Release.zip"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "GoogleCastFramework-2.1.0-Release/GoogleCast.framework/Versions/A/Headers/*.h",
19   "preserve_paths": "GoogleCastFramework-2.1.0-Release/GoogleCast.framework",
20   "frameworks": "GoogleCast",
21   "xcconfig": {
22     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/google-cast-sdk/GoogleCastFramework-2.1.0-Release",
23     "OTHER_LDFLAGS": "-framework GoogleCast"
24   },
25   "requires_arc": false