blob: ec182bc8346af889b920abc9ea389385b708008e [file] [log] [blame]
{
"name": "M3U8Kit",
"version": "0.1.0",
"homepage": "https://github.com/Jeanvf/M3U8Paser",
"authors": {
"Jin Sun": "jeansunvf@gmail.com"
},
"license": {
"type": "Copyright",
"text": " Copyright 2015 Jin Sun. All rights reserved.\n"
},
"summary": "iOS library for Parsing M3U8 Files",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source": {
"http": "https://github.com/Jeanvf/M3U8Paser/releases/download/0.1.0/M3U8Kit-0.1.0.zip"
},
"preserve_paths": "*.framework",
"ios": {
"vendored_frameworks": "M3U8Kit.framework"
},
"frameworks": "Foundation"
}