[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / d / 7 / Dioptra / 5.1.8 / Dioptra.podspec.json
blob77509e9fb30276e953471a8df1d612c43a5543f3
2   "name": "Dioptra",
3   "version": "5.1.8",
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": "5.1.8"
12   },
13   "license": {
14     "type": "MIT"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "default_subspecs": "Core",
20   "swift_versions": [
21     "5.0",
22     "5.1"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Core/**/*.swift",
28       "dependencies": {
29         "RxSwift": [
30           "~> 5"
31         ],
32         "RxCocoa": [
33           "~> 5"
34         ],
35         "RxGesture": [
36           "~> 3"
37         ]
38       }
39     },
40     {
41       "name": "AV",
42       "source_files": "Sources/AV/**/*.swift",
43       "dependencies": {
44         "Dioptra/Core": [
46         ],
47         "RxReachability": [
49         ]
50       }
51     },
52     {
53       "name": "DM",
54       "source_files": "Sources/DM/**/*.swift",
55       "dependencies": {
56         "DailymotionPlayerSDK": [
58         ],
59         "Dioptra/Core": [
61         ],
62         "RxReachability": [
64         ]
65       }
66     },
67     {
68       "name": "YT",
69       "source_files": "Sources/YT/**/*.swift",
70       "dependencies": {
71         "youtube-ios-player-helper": [
73         ],
74         "Dioptra/Core": [
76         ],
77         "RxReachability": [
79         ]
80       }
81     },
82     {
83       "name": "Presentation",
84       "source_files": "Sources/Presentation/**/*.swift",
85       "dependencies": {
86         "RxSwift": [
87           "~> 5"
88         ],
89         "RxCocoa": [
90           "~> 5"
91         ],
92         "RxGesture": [
93           "~> 3"
94         ]
95       }
96     }
97   ],
98   "swift_version": "5.1"