[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 5 / 8 / 0 / Brightcove-Player-SDK-OUX / 2.0.5 / Brightcove-Player-SDK-OUX.podspec.json
blobaf8ca225599b2b32c420fa1f84f26250c6c04bfa
2   "name": "Brightcove-Player-SDK-OUX",
3   "version": "2.0.5",
4   "summary": "OnceUX plugin for Brightcove Player SDK for iOS.",
5   "homepage": "http://docs.brightcove.com/en/video-cloud/mobile-sdks/brightcove-player-sdk-for-ios/index.html",
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.0.5"
16   },
17   "default_subspecs": "default",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "weak_frameworks": "WebKit",
22   "libraries": "xml2.2",
23   "subspecs": [
24     {
25       "name": "default",
26       "dependencies": {
27         "Brightcove-Player-SDK/default": [
28           "~> 5.0"
29         ]
30       },
31       "ios": {
32         "vendored_frameworks": "ios/static/BrightcoveOUX.framework"
33       }
34     },
35     {
36       "name": "dynamic",
37       "dependencies": {
38         "Brightcove-Player-SDK/dynamic": [
39           "~> 5.0"
40         ]
41       },
42       "platforms": {
43         "ios": "8.0"
44       },
45       "ios": {
46         "vendored_frameworks": "ios/dynamic/BrightcoveOUX.framework"
47       }
48     }
49   ]