[Add] SingBox 1.0.2
[CocoaPods.git] / Specs / c / 6 / 5 / google-cast-remote-display-sdk / 2.7.1 / google-cast-remote-display-sdk.podspec.json
blobbc508584b5ab9adce7c15af3b24c1f9366243d3f
2   "name": "google-cast-remote-display-sdk",
3   "version": "2.7.1",
4   "license": {
5     "type": "Commercial",
6     "text": "https://developers.google.com/terms/"
7   },
8   "summary": "Framework for using a Google Cast device as a external screen",
9   "description": "Google Cast Remote Display is a technology that allows content rendered on a sender device to be displayed on a large screen connected to a Google Cast device. This is particularly suitable to games who want to build a second screen experience for the living room, but also for applications with complex visuals that cannot be produced by a Google Cast device.",
10   "homepage": "https://developers.google.com/cast/",
11   "authors": "Google, Inc.",
12   "source": {
13     "http": "https://redirector.gvt1.com/edgedl/chromecast/sdk-remotedisplay/ios/GoogleCastRemoteDisplaySDK-2.7.1-Release-ios-default.zip"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "frameworks": [
19     "Accelerate",
20     "AudioToolbox",
21     "CoreMedia",
22     "CoreVideo",
23     "GoogleCast",
24     "GoogleCastRemoteDisplay",
25     "OpenGLES",
26     "QuartzCore"
27   ],
28   "libraries": [
29     "c++",
30     "sqlite3",
31     "z"
32   ],
33   "weak_frameworks": [
34     "Metal"
35   ],
36   "xcconfig": {
37     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/google-cast-remote-display-sdk/GoogleCastRemoteDisplaySDK-2.7.1-Release",
38     "OTHER_LDFLAGS": "-framework GoogleCastRemoteDisplay"
39   },
40   "subspecs": [
41     {
42       "name": "Core",
43       "source_files": "GoogleCastRemoteDisplaySDK-2.7.1-Release/GoogleCastRemoteDisplay.framework/Versions/A/Headers/*.h",
44       "preserve_paths": "GoogleCastRemoteDisplaySDK-2.7.1-Release/GoogleCastRemoteDisplay.framework",
45       "dependencies": {
46         "google-cast-sdk": [
47           "~> 2.7.1"
48         ]
49       },
50       "requires_arc": true
51     }
52   ]