blob: d2d04d4af5b93ef11120d3c61d11927411cdb170 [file] [log] [blame]
{
"name": "NJFileDownloader",
"version": "0.0.5",
"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.5"
},
"source_files": "NJFileDownloader/*.{h,m}",
"requires_arc": true,
"frameworks": "Foundation"
}