[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / d / 7 / Dioptra / 5.1 / Dioptra.podspec.json
blob274394917386bcd20e6873d850753344ba923c61
2   "name": "Dioptra",
3   "version": "5.1",
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"
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           "~> 4.5"
31         ],
32         "RxCocoa": [
33           "~> 4.5"
34         ],
35         "RxGesture": [
36           "~> 2.0"
37         ]
38       }
39     },
40     {
41       "name": "AV",
42       "source_files": "Sources/AV/**/*.swift",
43       "dependencies": {
44         "Dioptra/Core": [
46         ]
47       }
48     },
49     {
50       "name": "DM",
51       "source_files": "Sources/DM/**/*.swift",
52       "dependencies": {
53         "DailymotionPlayerSDK": [
55         ],
56         "Dioptra/Core": [
58         ]
59       }
60     },
61     {
62       "name": "YT",
63       "source_files": "Sources/YT/**/*.swift",
64       "dependencies": {
65         "youtube-ios-player-helper": [
67         ],
68         "Dioptra/Core": [
70         ]
71       }
72     },
73     {
74       "name": "Presentation",
75       "source_files": "Sources/Presentation/**/*.swift",
76       "dependencies": {
77         "RxSwift": [
78           "~> 4.5"
79         ],
80         "RxCocoa": [
81           "~> 4.5"
82         ],
83         "RxGesture": [
84           "~> 2.0"
85         ]
86       }
87     }
88   ],
89   "swift_version": "5.1"