blob: 9ba41575339d1d9941e8306108bdb638350dd2b2 [file] [log] [blame]
{
"name": "ZFDownload",
"version": "1.0.0",
"summary": "Download manager based on ASIHTTPRequest",
"homepage": "https://github.com/renzifeng/ZFDownload",
"license": "MIT",
"authors": {
"renzifeng": "zifeng1300@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/renzifeng/ZFDownload.git",
"tag": "1.0.0"
},
"source_files": "ZFDownload/**/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"ASIHTTPRequest": [
]
},
"requires_arc": true
}