[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / d / 7 / Dioptra / 5.1.13 / Dioptra.podspec.json
blobc399840911be4a1b358fe3f6f36d1e36fc81d834
2   "name": "Dioptra",
3   "version": "5.1.13",
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.13"
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   "static_framework": true,
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/Core/**/*.swift",
29       "dependencies": {
30         "RxSwift": [
31           "~> 5"
32         ],
33         "RxCocoa": [
34           "~> 5"
35         ],
36         "RxGesture": [
37           "~> 3"
38         ]
39       }
40     },
41     {
42       "name": "AV",
43       "source_files": "Sources/AV/**/*.swift",
44       "dependencies": {
45         "Dioptra/Core": [
47         ],
48         "RxReachability": [
50         ]
51       }
52     },
53     {
54       "name": "DM",
55       "source_files": "Sources/DM/**/*.swift",
56       "dependencies": {
57         "DailymotionPlayerSDK": [
59         ],
60         "Dioptra/Core": [
62         ],
63         "RxReachability": [
65         ]
66       }
67     },
68     {
69       "name": "YT",
70       "source_files": "Sources/YT/**/*.swift",
71       "dependencies": {
72         "youtube-ios-player-helper": [
74         ],
75         "Dioptra/Core": [
77         ],
78         "RxReachability": [
80         ]
81       }
82     },
83     {
84       "name": "Presentation",
85       "source_files": "Sources/Presentation/**/*.swift",
86       "dependencies": {
87         "RxSwift": [
88           "~> 5"
89         ],
90         "RxCocoa": [
91           "~> 5"
92         ],
93         "RxGesture": [
94           "~> 3"
95         ]
96       }
97     }
98   ],
99   "swift_version": "5.1"