[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / d / 3 / HYDownloadManager / 1.0.1 / HYDownloadManager.podspec.json
blob40fe71d418257f413945179d398d6387aa56f686
2   "name": "HYDownloadManager",
3   "version": "1.0.1",
4   "summary": "A tool downloads file with memory cache, temporary cache and permanent store.",
5   "homepage": "https://github.com/wuhui519/HYDownloadManager",
6   "authors": {
7     "wuhui519": "wuhui519@gmail.com"
8   },
9   "source": {
10     "git": "https://github.com/wuhui519/HYDownloadManager.git",
11     "tag": "1.0.1"
12   },
13   "source_files": "HYDownloadManagerPod/*.{h,m}",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "license": "MIT",
18   "requires_arc": true,
19   "dependencies": {
20     "EGOCache": [
21       "~> 2.0"
22     ],
23     "AFNetworking": [
24       "~> 3.0"
25     ]
26   }