[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 1 / 2 / google-cast-sdk / 4.4.3 / google-cast-sdk.podspec.json
blobfe6dd493d0ea48c17b11b36b97e1d9da5e0b47e5
2   "name": "google-cast-sdk",
3   "dependencies": {
4     "Protobuf": "~> 3.0"
5   },
6   "version": "4.4.3",
7   "license": {
8     "type": "Commercial",
9     "text": "https://developers.google.com/terms/"
10   },
11   "summary": "Framework for casting content to Google Cast devices",
12   "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 Your use of Google Cast SDK is subject to, and by using or downloading any of\nthe related files you agree to comply with, the Google APIs Terms of Service (https://developers.google.com/terms/)\nand the Google Cast SDK Additional Developer Terms of Service (https://developers.google.com/cast/docs/terms/).",
13   "homepage": "https://developers.google.com/cast/",
14   "authors": "Google, Inc.",
15   "static_framework": true,
16   "preserve_paths": "GoogleCastSDK-ios-4.4.3_static/GoogleCast.framework/Modules/module.modulemap",
17   "module_map": "GoogleCastSDK-ios-4.4.3_static/GoogleCast.framework/Modules/module.modulemap",
18   "source": {
19     "http": "https://dl.google.com/dl/chromecast/sdk/ios/GoogleCastSDK-ios-4.4.3_static.zip"
20   },
21   "platforms": {
22     "ios": "9.0"
23   },
24   "frameworks": [
25     "Accelerate",
26     "AudioToolbox",
27     "AVFoundation",
28     "CFNetwork",
29     "CoreBluetooth",
30     "CoreData",
31     "CoreGraphics",
32     "CoreMedia",
33     "CoreText",
34     "Foundation",
35     "MediaAccessibility",
36     "MediaPlayer",
37     "QuartzCore",
38     "Security",
39     "SystemConfiguration",
40     "UIKit"
41   ],
42   "xcconfig": {
43   },
44   "subspecs": [
45     {
46       "name": "Core",
47       "source_files": "GoogleCastSDK-ios-4.4.3_static/GoogleCast.framework/Headers/*.h",
48       "preserve_paths": "GoogleCastSDK-ios-4.4.3_static/GoogleCast.framework",
49       "requires_arc": true,
50       "vendored_frameworks": [
51         "GoogleCastSDK-ios-4.4.3_static/GoogleCast.framework"
52       ],
53       "libraries": [
54         "c++"
55       ],
56       "resources": [
57         "GoogleCastSDK-ios-4.4.3_static/GoogleCast.framework/GoogleCastCoreResources.bundle",
58         "GoogleCastSDK-ios-4.4.3_static/GoogleCast.framework/GoogleCastUIResources.bundle"
59       ]
60     }
61   ]