[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / 1 / CLUnArchiveANY / 0.0.2 / CLUnArchiveANY.podspec.json
blobd3805b19ad9494dd9196bead383424239d538f3c
2   "name": "CLUnArchiveANY",
3   "version": "0.0.2",
4   "summary": "A short description of CLUnArchiveANY.",
5   "description": "A very useful library for Unarchiving the .zip, .rar, .7z format files for macOS. Simply An Integration of UnrarKit + SSZipArchive + LZMA SDK (7z).",
6   "homepage": "https://g.hz.netease.com/sihanghang/CLUnArchiveANY",
7   "license": "MIT",
8   "authors": {
9     "shh": "shh5946@126.com"
10   },
11   "platforms": {
12     "osx": "10.10"
13   },
14   "source": {
15     "git": "https://g.hz.netease.com/sihanghang/CLUnArchiveANY.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "CLUnArchiveANY/CLUnArchiveANY.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "SSZipArchive": [
22       "~> 2.2.3"
23     ],
24     "LzmaSDK-ObjC": [
25       "~> 2.1.1"
26     ],
27     "UnrarKit": [
28       "~> 2.9"
29     ],
30     "zipzap": [
31       "~> 8.1.1"
32     ]
33   }