[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / d / 7 / Dioptra / 1.0.7 / Dioptra.podspec.json
blobfcb6b17e8f843e35075f735d68df18579e0be5ce
2   "name": "Dioptra",
3   "version": "1.0.7",
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.7"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "default_subspecs": "Core",
17   "subspecs": [
18     {
19       "name": "Core",
20       "source_files": "Sources/Core/**/*.swift",
21       "dependencies": {
22         "RxSwift": [
23           "~> 4.2"
24         ],
25         "RxCocoa": [
26           "~> 4.2"
27         ],
28         "RxGesture": [
29           "~> 2.0"
30         ]
31       }
32     },
33     {
34       "name": "AV",
35       "source_files": "Sources/AV/**/*.swift",
36       "dependencies": {
37         "Dioptra/Core": [
39         ]
40       }
41     },
42     {
43       "name": "BC",
44       "source_files": "Sources/BC/**/*.swift",
45       "dependencies": {
46         "Brightcove-Player-SDK/dynamic": [
48         ],
49         "Dioptra/AV": [
51         ]
52       }
53     },
54     {
55       "name": "DM",
56       "source_files": "Sources/DM/**/*.swift",
57       "dependencies": {
58         "DailymotionPlayerSDK": [
60         ],
61         "Dioptra/Core": [
63         ]
64       }
65     },
66     {
67       "name": "YT",
68       "source_files": "Sources/YT/**/*.swift",
69       "dependencies": {
70         "youtube-ios-player-helper": [
72         ],
73         "Dioptra/Core": [
75         ]
76       }
77     },
78     {
79       "name": "Presentation",
80       "source_files": "Sources/Presentation/**/*.swift",
81       "dependencies": {
82         "RxSwift": [
83           "~> 4.2"
84         ],
85         "RxCocoa": [
86           "~> 4.2"
87         ],
88         "RxGesture": [
89           "~> 2.0"
90         ]
91       }
92     }
93   ]