[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / f / 4 / d / LCDownloadManager / 1.0.1 / LCDownloadManager.podspec.json
blobe75c83db88a80e2d95ae29edf122b24ab06fbf05
2   "name": "LCDownloadManager",
3   "version": "1.0.1",
4   "summary": "A simple download helper, you can resume broken transfer. Support: http://www.leodong.com",
5   "description": "A simple download helper, you can resume broken transfer. \nIt dependent on AFN(https://github.com/AFNetworking/AFNetworking)",
6   "homepage": "https://github.com/LeoiOS/LCDownloadManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Leo": "leoios@sina.com"
13   },
14   "social_media_url": "http://www.leodong.com",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/LeoiOS/LCDownloadManager.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "LCDownloadManager/*",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.0"
27     ]
28   }