[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / c / e / f / Brightcove-Player-SDK-Player-UI / 1.0.4 / Brightcove-Player-SDK-Player-UI.podspec.json
blob0a819fb77263e8be371ef6e090c245b34cea2bcd
2   "name": "Brightcove-Player-SDK-Player-UI",
3   "version": "1.0.4",
4   "summary": "Player UI 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-player-ui.git",
15     "tag": "v1.0.4"
16   },
17   "frameworks": [
18     "UIKit",
19     "CoreText",
20     "MediaPlayer",
21     "CoreMedia"
22   ],
23   "default_subspecs": "default",
24   "platforms": {
25     "ios": "7.0"
26   },
27   "subspecs": [
28     {
29       "name": "default",
30       "dependencies": {
31         "Brightcove-Player-SDK/default": [
32           "~> 5.0.5"
33         ]
34       },
35       "ios": {
36         "vendored_frameworks": "ios/static/BrightcovePlayerUI.framework",
37         "resource_bundles": {
38           "BCOVPUIResources": "ios/static/BrightcovePlayerUI.framework/bcovpuiiconfont.ttf"
39         }
40       }
41     },
42     {
43       "name": "dynamic",
44       "platforms": {
45         "ios": "8.0"
46       },
47       "dependencies": {
48         "Brightcove-Player-SDK/dynamic": [
49           "~> 5.0.5"
50         ]
51       },
52       "ios": {
53         "vendored_frameworks": "ios/dynamic/BrightcovePlayerUI.framework",
54         "resource_bundles": {
55           "BCOVPUIResources": "ios/dynamic/BrightcovePlayerUI.framework/bcovpuiiconfont.ttf"
56         }
57       }
58     }
59   ]