blob: 6512fafaf1db62c20f4124ecccee5a207902d933 [file] [log] [blame]
{
"name": "ModernAVPlayer",
"version": "0.9.4",
"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": "0.9.4"
},
"default_subspecs": "Core",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*"
},
{
"name": "RxSwift",
"dependencies": {
"ModernAVPlayer/Core": [
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"source_files": "Sources/RxModernAVPlayer/**/*"
}
]
}