[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / a / 5 / ModernAVPlayer / 1.3.1 / ModernAVPlayer.podspec.json
blob004ff88c2bca2862bc7ac8bd2e75beaa42f447d9
2   "name": "ModernAVPlayer",
3   "version": "1.3.1",
4   "summary": "ModernAVPlayer is an audio persistence AVPlayer wrapper",
5   "description": "ModernAVPlayer is an ongoing project that aims to create a more usable audio video player with readable status and network persistence option.",
6   "homepage": "https://github.com/raphrel/ModernAVPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "raphael ankierman": "raphrel@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/raphrel/ModernAVPlayer.git",
16     "tag": "1.3.1"
17   },
18   "default_subspecs": "Core",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Core/**/*"
28     },
29     {
30       "name": "RxSwift",
31       "dependencies": {
32         "ModernAVPlayer/Core": [
34         ],
35         "RxSwift": [
36           "~> 5.0"
37         ],
38         "RxCocoa": [
39           "~> 5.0"
40         ]
41       },
42       "source_files": "Sources/RxModernAVPlayer/**/*"
43     }
44   ]