[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 2 / 0 / google-cast-sdk-no-bluetooth / 4.8.0 / google-cast-sdk-no-bluetooth.podspec.json
blob66040cea841d32fca5022c4587d29d53f8de68dc
2   "name": "google-cast-sdk-no-bluetooth",
3   "dependencies": {
4     "Protobuf": "~> 3.13"
5   },
6   "version": "4.8.0",
7   "license": {
8     "type": "Commercial",
9     "text": "https://developers.google.com/terms/"
10   },
11   "summary": "Framework for casting content to Google Cast devices with no Bluetooth requirements",
12   "description": "Google Cast is a screen-sharing technology that lets a user send and\ncontrol audio or video content from a small computing device (such as 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.8.0_static/GoogleCast.framework/Modules/module.modulemap",
17   "module_map": "GoogleCastSDK-ios-4.8.0_static/GoogleCast.framework/Modules/module.modulemap",
18   "source": {
19     "http": "https://dl.google.com/dl/chromecast/sdk/ios/GoogleCastSDK-ios-no-bluetooth-4.8.0_static.zip"
20   },
21   "platforms": {
22     "ios": "13.0"
23   },
24   "frameworks": [
25     "Accelerate",
26     "AudioToolbox",
27     "AVFoundation",
28     "CFNetwork",
29     "CoreData",
30     "CoreGraphics",
31     "CoreMedia",
32     "CoreText",
33     "Foundation",
34     "MediaAccessibility",
35     "MediaPlayer",
36     "QuartzCore",
37     "Security",
38     "SystemConfiguration",
39     "UIKit"
40   ],
41   "pod_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43   },
44   "user_target_xcconfig": {
45     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
46   },
47   "subspecs": [
48     {
49       "name": "Core",
50       "source_files": "GoogleCastSDK-ios-4.8.0_static/GoogleCast.framework/Headers/*.h",
51       "preserve_paths": "GoogleCastSDK-ios-4.8.0_static/GoogleCast.framework",
52       "requires_arc": true,
53       "vendored_frameworks": [
54         "GoogleCastSDK-ios-4.8.0_static/GoogleCast.framework"
55       ],
56       "libraries": [
57         "c++"
58       ],
59       "resources": [
60         "GoogleCastSDK-ios-4.8.0_static/GoogleCast.framework/GoogleCastCoreResources.bundle",
61         "GoogleCastSDK-ios-4.8.0_static/GoogleCast.framework/GoogleCastUIResources.bundle",
62         "GoogleCastSDK-ios-4.8.0_static/GoogleCast.framework/MaterialDialogs.bundle"
63       ]
64     }
65   ]