blob: e63358c08319839f2b6acf153fcdca4498bc94d3 [file] [log] [blame]
{
"name": "HLSDownloader",
"version": "0.1.0",
"swift_version": "5.0",
"summary": "Download Crypted HLS with server key and play video as local playing in iOS device.",
"description": "\"Download Crypted HLS with server key and play video as local playing in iOS device.\"",
"homepage": "https://github.com/qi-shun-wang/HLSDownloader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qi-shun-wang": "qi.shun.wang@icloud.com"
},
"source": {
"git": "https://github.com/qi-shun-wang/HLSDownloader.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "HLSDownloader/Classes/**/*",
"frameworks": "AVKit"
}