blob: 63f353f8f98d074c43eb921d662107078f06222a [file] [log] [blame]
{
"name": "NJFileDownloader",
"version": "0.0.3",
"summary": "download file from server",
"description": "a download file plugin use NSURLSession.",
"platforms": {
"ios": "7.0",
"osx": "10.10"
},
"homepage": "https://github.com/NianJi/NJFileDownloader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"念纪": "fengnianji@gmail.com"
},
"source": {
"git": "https://github.com/NianJi/NJFileDownloader.git",
"tag": "0.0.3"
},
"source_files": "NJFileDownloader/*.{h,m}",
"requires_arc": true,
"frameworks": "Foundation"
}