blob: a2e7b1cf9917da60940c6d30cf6867ff60aa706d [file] [log] [blame]
{
"name": "MpegUrlKit",
"version": "0.1.0-a",
"summary": "MpegUrlKit is a serializer/deserializer of m3u (m3u8) format used in HLS.",
"homepage": "https://github.com/soranoba/MpegUrlKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"soranoba": "soranoba@gmail.com"
},
"source": {
"git": "https://github.com/soranoba/MpegUrlKit.git",
"tag": "0.1.0-a"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MpegUrlKit/Classes/**/*.{m,h}",
"private_header_files": "MpegUrlKit/Classes/Private/*.h"
}