[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / d / f / 1 / LiveDepot / 1.2.1 / LiveDepot.podspec.json
blob210a091271d99ff3f662ee0b60e824c32198df1d
2   "name": "LiveDepot",
3   "version": "1.2.1",
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": "1.2.1"
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   }