[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / a / 5 / ModernAVPlayer / 0.9.2 / ModernAVPlayer.podspec.json
blob339881ec93202a4f91f9ac6656ae101521d2417a
2   "name": "ModernAVPlayer",
3   "version": "0.9.2",
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": "0.9.2"
17   },
18   "default_subspecs": "Core",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_version": "4.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/Core/**/*"
27     },
28     {
29       "name": "RxSwift",
30       "dependencies": {
31         "ModernAVPlayer/Core": [
33         ],
34         "RxSwift": [
35           "~> 4.0"
36         ],
37         "RxCocoa": [
38           "~> 4.0"
39         ]
40       },
41       "source_files": "Sources/RxModernAVPlayer/**/*"
42     }
43   ]