blob: b166e42dae5fb3a3f9c9ea57b49c0bf6d7ee92f0 [file] [log] [blame]
{
"name": "HJMURLDownloader",
"version": "1.1.0",
"summary": "common downloader based on NSURLSession",
"homepage": "https://github.com/HujiangTechnology/HJMURLDownloader",
"license": "MIT",
"authors": "Hujiang iOS Team",
"source": {
"git": "https://github.com/HujiangTechnology/HJMURLDownloader.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"HJMURLDownloader/*.{h,m}",
"HJMURLDownloader/Views/*.{h,m}",
"HJMURLDownloader/ViewControllers/*.{h,m}",
"HJMURLDownloader/Models/*.{h,m}",
"HJMURLDownloader/Extensions/*.{h,m}"
],
"resources": [
"HJMURLDownloader/Resource/HJMDownloader.xcdatamodeld",
"HJMURLDownloader/Resource/*.xcmappingmodel",
"HJMURLDownloader/Resource/*.png"
]
}