[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 0 / 4 / CDBDownloader / 1.0.2 / CDBDownloader.podspec.json
blob7ddb6e241e6198e954ff884044994c447f69f714
2   "name": "CDBDownloader",
3   "version": "1.0.2",
4   "summary": "Lightweight file downloader with progress",
5   "description": "Lightweight file downloader with progress. It downloads file to the temporary location and call completion. It uses AFNetworking under the hood.",
6   "homepage": "https://github.com/truebucha/CDBDownloader",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kanstantsin Bucha": "truebucha@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/truebucha/CDBDownloader.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.10"
21   },
22   "source_files": "CDBDownloader/Classes/***",
23   "public_header_files": "CDBDownloader/Classes/***.h",
24   "frameworks": "Foundation",
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.3"
28     ]
29   }