blob: 82e27bee1c8568296d56f237a8375ae013e958eb [file] [log] [blame]
{
"name": "PlayListPlayer",
"version": "0.1.0",
"summary": "Audio/Movie PlayList Player module written in Swift",
"description": "PlayListPlayer is AVPlayer wrapper to make easy playing audio/video file from NSURL",
"homepage": "https://github.com/nerd0geek1/PlayListPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kohei Tabata": "nerd0geek1@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/nerd0geek1/PlayListPlayer.git",
"tag": "v0.1.0"
},
"source_files": [
"Classes",
"PlayListPlayer/**/*.{swift}"
]
}