blob: 7f00ff1b3d69297006cc3434d4b0d9d517cf4e94 [file] [log] [blame]
{
"name": "ModernAVPlayer",
"version": "1.3.2",
"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.2"
},
"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"
}