[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 8 / 4 / CPYDownloader / 0.1.2 / CPYDownloader.podspec.json
blob2b3c14d9204caa742bd0f50fb29836456e5cadff
2   "name": "CPYDownloader",
3   "version": "0.1.2",
4   "summary": "A simple multi task downloader.",
5   "description": "A simple multi task downloader, inspire by AFImageDownloader.",
6   "homepage": "https://github.com/cielpy/CPYDownloader",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cielpy": "beijiu572@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/cielpy/CPYDownloader.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CPYDownloader/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.1.0"
25     ]
26   }