[Add] DocumentReaderMRZRFIDStage 7.5.10842
[CocoaPods.git] / Specs / 2 / a / 5 / ModernAVPlayer / 1.1.3 / ModernAVPlayer.podspec.json
blob7787b7024921e1a7a28eee20661b167569d57983
2   "name": "ModernAVPlayer",
3   "version": "1.1.3",
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.1.3"
17   },
18   "default_subspecs": "Core",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "4.2",
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   ]