[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 6 / 5 / google-cast-remote-display-sdk / 2.10.2 / google-cast-remote-display-sdk.podspec.json
blobcda0db6b3bd1e57fd25c8d60186002a0d44ed53a
2   "name": "google-cast-remote-display-sdk",
3   "version": "2.10.2",
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.10.2-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     "MediaToolbox",
26     "OpenGLES",
27     "QuartzCore"
28   ],
29   "libraries": [
30     "c++",
31     "sqlite3",
32     "z"
33   ],
34   "weak_frameworks": [
35     "Metal"
36   ],
37   "xcconfig": {
38     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/google-cast-remote-display-sdk/GoogleCastRemoteDisplaySDK-2.10.2-Release",
39     "OTHER_LDFLAGS": "-framework GoogleCastRemoteDisplay"
40   },
41   "subspecs": [
42     {
43       "name": "Core",
44       "source_files": "GoogleCastRemoteDisplaySDK-2.10.2-Release/GoogleCastRemoteDisplay.framework/Versions/A/Headers/*.h",
45       "preserve_paths": "GoogleCastRemoteDisplaySDK-2.10.2-Release/GoogleCastRemoteDisplay.framework",
46       "dependencies": {
47         "google-cast-sdk": [
48           "~> 2.10.2"
49         ]
50       },
51       "requires_arc": true
52     }
53   ]