blob: eaa9dba7fe0d3fc69822a43f9288e3aefdbe4e80 [file] [log] [blame]
{
"name": "ZKVideoCache",
"version": "0.1.0",
"summary": "Use GCDWebServer to serve video request for m3u8 file request, support for mp4 is on the way",
"description": "Use GCDWebServer to serve video request for m3u8 file request, support for mp4 is on the way",
"homepage": "https://github.com/bestofsong/ZKVideoCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bestofsong": "betterofsong@gmail.com"
},
"source": {
"git": "https://github.com/bestofsong/ZKVideoCache.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZKVideoCache/Classes/**/*",
"dependencies": {
"GCDWebServer": [
],
"ZKNetwork": [
]
}
}