[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 8 / 0 / Brightcove-Player-SDK-OUX / 2.1.6 / Brightcove-Player-SDK-OUX.podspec.json
blobeeb13976c48d89c951d096d731700991398131d1
2   "name": "Brightcove-Player-SDK-OUX",
3   "version": "2.1.6",
4   "summary": "OnceUX plugin for Brightcove Player SDK for iOS.",
5   "homepage": "https://docs.brightcove.com/en/video-cloud/mobile-sdks/",
6   "license": {
7     "type": "Commercial",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Brightcove": "brightcove-native-player-sdks@googlegroups.com"
12   },
13   "source": {
14     "git": "https://github.com/brightcove/brightcove-player-sdk-ios-oux.git",
15     "tag": "v2.1.6"
16   },
17   "default_subspecs": "default",
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0"
21   },
22   "libraries": "xml2.2",
23   "subspecs": [
24     {
25       "name": "default",
26       "dependencies": {
27         "Brightcove-Player-SDK/default": [
28           "~> 5.2.0"
29         ]
30       },
31       "ios": {
32         "vendored_frameworks": "ios/static/BrightcoveOUX.framework",
33         "weak_frameworks": "WebKit"
34       },
35       "tvos": {
36         "vendored_frameworks": "tvos/BrightcoveOUX.framework"
37       }
38     },
39     {
40       "name": "dynamic",
41       "dependencies": {
42         "Brightcove-Player-SDK/dynamic": [
43           "~> 5.2.0"
44         ]
45       },
46       "ios": {
47         "vendored_frameworks": "ios/dynamic/BrightcoveOUX.framework",
48         "weak_frameworks": "WebKit"
49       },
50       "tvos": {
51         "vendored_frameworks": "tvos/BrightcoveOUX.framework"
52       }
53     }
54   ]