[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / f / 1 / LiveDepot / 3.2.1 / LiveDepot.podspec.json
blob8699f5700ac9d16e33542b38e015eeb501728442
2   "name": "LiveDepot",
3   "version": "3.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": "3.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   }