blob: 1fe67e106b2381398337b34e558fd7f5a4e4959a [file] [log] [blame]
{
"name": "RidPlayer",
"version": "1.4.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/numkms/ModernAVPlayer.git",
"tag": "1.4.0"
},
"default_subspecs": "Core",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*"
},
{
"name": "RxSwift",
"dependencies": {
"ModernAVPlayer/Core": [
],
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"source_files": "Sources/RxModernAVPlayer/**/*"
}
],
"swift_version": "5.0"
}