[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 1 / 2 / google-cast-sdk / 2.7.1 / google-cast-sdk.podspec.json
blob9268eb12eecc73177b04a785ce1eb3256a98fe7d
2   "name": "google-cast-sdk",
3   "version": "2.7.1",
4   "license": {
5     "type": "Commercial",
6     "text": "https://developers.google.com/terms/"
7   },
8   "summary": "Framework for casting content to Google Cast devices",
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://redirector.gvt1.com/edgedl/chromecast/sdk/ios/GoogleCastSDK-2.7.1-Release-ios-default.zip"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "frameworks": [
19     "GoogleCast",
20     "SystemConfiguration"
21   ],
22   "xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/google-cast-sdk/GoogleCastSDK-2.7.1-Release",
24     "OTHER_LDFLAGS": "-framework GoogleCast"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "GoogleCastSDK-2.7.1-Release/GoogleCast.framework/Versions/A/Headers/*.h",
30       "preserve_paths": "GoogleCastSDK-2.7.1-Release/GoogleCast.framework",
31       "requires_arc": true
32     },
33     {
34       "name": "Assets",
35       "dependencies": {
36         "google-cast-sdk/Core": [
38         ]
39       },
40       "resource_bundles": {
41         "CastFrameworkAssets": [
42           "GoogleCastSDK-2.7.1-Release/CastFrameworkAssets.xcassets"
43         ]
44       }
45     }
46   ]