[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / d / 7 / Dioptra / 1.0.12 / Dioptra.podspec.json
blobf80d1694c69900e931e5a7f037dbf3b5737016d8
2   "name": "Dioptra",
3   "version": "1.0.12",
4   "summary": "Video player RX based library",
5   "homepage": "https://github.com/netcosports/Dioptra",
6   "authors": {
7     "Sergei Mikhan": "sergei@netcosports.com"
8   },
9   "source": {
10     "git": "https://github.com/netcosports/Dioptra.git",
11     "tag": "1.0.12"
12   },
13   "license": {
14     "type": "MIT"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Sources/Core/**/*.swift",
24       "dependencies": {
25         "RxSwift": [
26           "~> 4.2"
27         ],
28         "RxCocoa": [
29           "~> 4.2"
30         ],
31         "RxGesture": [
32           "~> 2.0"
33         ]
34       }
35     },
36     {
37       "name": "AV",
38       "source_files": "Sources/AV/**/*.swift",
39       "dependencies": {
40         "Dioptra/Core": [
42         ]
43       }
44     },
45     {
46       "name": "BC",
47       "source_files": "Sources/BC/**/*.swift",
48       "dependencies": {
49         "Brightcove-Player-SDK/dynamic": [
51         ],
52         "Dioptra/AV": [
54         ]
55       }
56     },
57     {
58       "name": "DM",
59       "source_files": "Sources/DM/**/*.swift",
60       "dependencies": {
61         "DailymotionPlayerSDK": [
63         ],
64         "Dioptra/Core": [
66         ]
67       }
68     },
69     {
70       "name": "YT",
71       "source_files": "Sources/YT/**/*.swift",
72       "dependencies": {
73         "youtube-ios-player-helper": [
75         ],
76         "Dioptra/Core": [
78         ]
79       }
80     },
81     {
82       "name": "Presentation",
83       "source_files": "Sources/Presentation/**/*.swift",
84       "dependencies": {
85         "RxSwift": [
86           "~> 4.2"
87         ],
88         "RxCocoa": [
89           "~> 4.2"
90         ],
91         "RxGesture": [
92           "~> 2.0"
93         ]
94       }
95     }
96   ]