blob: 80c359fe4b1f1559b9d9df9cbff987ab3bcbcc60 [file] [log] [blame]
{
"name": "ModernAVPlayer",
"version": "1.3.0",
"summary": "ModernAVPlayer is an audio persistence AVPlayer wrapper",
"description": "ModernAVPlayer is an ongoing project that aims to create a more usable audio video player with readable status and network persistence option.",
"homepage": "https://github.com/raphrel/ModernAVPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"raphael ankierman": "raphrel@gmail.com"
},
"source": {
"git": "https://github.com/raphrel/ModernAVPlayer.git",
"tag": "1.3.0"
},
"default_subspecs": "Core",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*"
},
{
"name": "RxSwift",
"dependencies": {
"ModernAVPlayer/Core": [
],
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"source_files": "Sources/RxModernAVPlayer/**/*"
}
]
}