[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / f / 1 / LiveDepot / 2.1.0 / LiveDepot.podspec.json
blob0bcc9ed093d2850bbef795f61430af717e1f5982
2   "name": "LiveDepot",
3   "version": "2.1.0",
4   "summary": "A library for simple file download and inventory mangement for iOS.",
5   "description": "A library for simple file download and inventory mangement for iOS. Including background transfers, mirrors, thumbnails, proper timeouts, persistent deferred retring, reachability integration, and an elegant blocks based API. It's NSURLSession for download tasks, on lean steroids.",
6   "homepage": "https://github.com/lmirosevic/LiveDepot",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Luka Mirosevic": "luka@goonbee.com"
13   },
14   "source": {
15     "git": "https://github.com/lmirosevic/LiveDepot.git",
16     "tag": "2.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "LiveDepot/LiveDepot.{h,m}",
24     "LiveDepot/LDFile.{h,m}",
25     "LiveDepot/LDTypes.h"
26   ],
27   "public_header_files": [
28     "LiveDepot/LiveDepot.h",
29     "LiveDepot/LDFile.h",
30     "LiveDepot/LDTypes.h"
31   ],
32   "dependencies": {
33     "GBStorage": [
34       "~> 2.2"
35     ],
36     "Reachability": [
37       "~> 3.1"
38     ],
39     "GBToolbox": [
41     ]
42   }