blob: a068e77e400c309cbe16c54fed46a84a9ffeb995 [file] [log] [blame]
{
"name": "DownloadSDK",
"version": "1.0.0",
"summary": "采用OC语言,使用NSURLSeesion实现网络数据下载,具体调用请查看库文件。",
"homepage": "https://github.com/gitliubo/DownloadSDK",
"license": "MIT",
"authors": {
"Yesky": "nevergiveupliubo@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/gitliubo/DownloadSDK.git",
"branch": "master",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "DownloadSDK/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
]
}