blob: 037605e4e94214b41a2a35c11f124f1481f291d6 [file] [log] [blame]
{
"name": "PlayListPlayer",
"version": "0.0.1",
"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.0.1"
},
"source_files": [
"Classes",
"PlayListPlayer/**/*.{swift}"
]
}