[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 1 / LiveDepot / 3.2.2 / LiveDepot.podspec.json
blob99be6d8812245d537399927aef3ba837f701e1ec
2   "name": "LiveDepot",
3   "version": "3.2.2",
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": "3.2.2"
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   }