blob: 8457921d6df667ec6f791898876e58cfa4fa30e5 [file] [log] [blame]
{
"name": "HYDownloadManager",
"version": "1.0.2",
"summary": "A tool downloads file with memory cache, temporary cache and permanent store.",
"homepage": "https://github.com/wuhui519/HYDownloadManager",
"authors": {
"wuhui519": "wuhui519@gmail.com"
},
"source": {
"git": "https://github.com/wuhui519/HYDownloadManager.git",
"tag": "1.0.2"
},
"source_files": "HYDownloadManagerPod/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"requires_arc": true,
"dependencies": {
"EGOCache": [
"~> 2.0"
],
"AFNetworking": [
"~> 3.0"
]
}
}