[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 1 / 2 / google-cast-sdk / 4.8.1.2 / google-cast-sdk.podspec.json
blob70d26abfa8e4bd5fa49d38946948ee9fc861f142
2   "name": "google-cast-sdk",
3   "version": "4.8.1.2",
4   "summary": "Framework for casting content to Google Cast devices.",
5   "description": "Google Cast is a screen-sharing technology that lets a user send and control audio or video content from a small computing device (such as a phone, tablet, or laptop) to a large display device like a television.  A sender application running on the sender device uses the Google Cast API appropriate to its operating system to discover and transmit to the receiver application running on the receiver device. You can use the sender APIs to enable your iOS app to send content to a large display.  Your use of Google Cast SDK is subject to, and by using or downloading any of the related files you agree to comply with, the Google APIs Terms of Service (https://developers.google.com/terms/) and the Google Cast SDK Additional Developer Terms of Service (https://developers.google.com/cast/docs/terms/).",
6   "homepage": "https://developers.google.com/cast/",
7   "license": {
8     "type": "Commercial",
9     "text": "https://developers.google.com/terms/"
10   },
11   "authors": "Google, Inc.",
12   "platforms": {
13     "ios": "14.0"
14   },
15   "source": {
16     "http": "https://dl.google.com/dl/chromecast/sdk/ios/GoogleCastSDK-ios-4.8.1_static.zip"
17   },
18   "frameworks": [
19     "Accelerate",
20     "AudioToolbox",
21     "AVFoundation",
22     "AVKit",
23     "AVRouting",
24     "CFNetwork",
25     "CoreData",
26     "CoreGraphics",
27     "CoreMedia",
28     "CoreText",
29     "Foundation",
30     "MediaAccessibility",
31     "MediaPlayer",
32     "QuartzCore",
33     "Network",
34     "Security",
35     "SystemConfiguration",
36     "UIKit"
37   ],
38   "dependencies": {
39     "Protobuf": [
40       "~> 3.13"
41     ]
42   },
43   "libraries": "c++",
44   "static_framework": true,
45   "requires_arc": true,
46   "vendored_frameworks": "GoogleCast.xcframework",
47   "module_name": "GoogleCast",
48   "resources": [
49     "Resources/GoogleCastCoreResources.bundle",
50     "Resources/GoogleCastUIResources.bundle",
51     "Resources/MaterialDialogs.bundle"
52   ],
53   "resource_bundles": {
54     "GoogleCast": "GoogleCast.xcframework/ios-arm64/GoogleCast.framework/PrivacyInfo.xcprivacy"
55   }