blob: a35303dc1b564da1eb2b3de66427980a7844c979 [file] [log] [blame]
{
"name": "PlayListPlayer",
"version": "1.0.5",
"summary": "Audio/Movie PlayList Player module written in Swift4",
"description": "PlayListPlayer is AVPlayer wrapper to make easy playing audio/video file from URL",
"homepage": "https://github.com/nerd0geek1/PlayListPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kohei Tabata": "nerd0geek1@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/nerd0geek1/PlayListPlayer.git",
"tag": "v1.0.5"
},
"source_files": [
"Classes",
"PlayListPlayer/**/*.{swift}"
],
"pushed_with_swift_version": "4.0"
}