[Add] TensorFlowLiteSwift 0.0.1-nightly.20241213
[CocoaPods.git] / Specs / 2 / a / 5 / ModernAVPlayer / 1.5.1 / ModernAVPlayer.podspec.json
blob625477934b5a8c8148f8eadafce71da5fafaf9c9
2   "name": "ModernAVPlayer",
3   "version": "1.5.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.5.1"
17   },
18   "default_subspecs": "Core",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.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           "~> 5.0"
36         ],
37         "RxCocoa": [
38           "~> 5.0"
39         ]
40       },
41       "source_files": "Sources/RxModernAVPlayer/**/*"
42     }
43   ],
44   "swift_version": "5.0"