blob: 68ec4a72eef033d0a41bb9dbcc90ce657bc502ba [file] [log] [blame]
{
"name": "HJMURLDownloader",
"version": "1.0.3",
"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.0.3"
},
"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"
]
}