[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / d / 1 / b / SARUnArchiveANY / 0.0.2 / SARUnArchiveANY.podspec.json
blob3a88b0d75961424558b8ad5f2c5de4b4e375d7bd
2   "name": "SARUnArchiveANY",
3   "version": "0.0.2",
4   "summary": "UnArchiving Library for iOS",
5   "description": "A very useful library for Unarchiving the .zip, .rar, .7z format files for iOS. Simply An Integration of UnrarKit + SSZipArchive + LZMA SDK (7z).",
6   "homepage": "https://github.com/saru2020/SARUnArchiveANY",
7   "license": {
8     "type": "Custom",
9     "text": "Copyright (C) 2010 Apple Inc. All Rights Reserved."
10   },
11   "platforms": {
12     "ios": "8.1"
13   },
14   "authors": {
15     "Saravanan": "saru2020@gmail.com"
16   },
17   "libraries": "z",
18   "source": {
19     "git": "https://github.com/saru2020/SARUnArchiveANY.git",
20     "tag": "0.0.2"
21   },
22   "source_files": "SARUnArchiveANY/SARUnArchiveANY.{h,m}",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "LzmaSDK-ObjC",
27       "dependencies": {
28         "LzmaSDK-ObjC": [
29           "~> 2.0"
30         ]
31       }
32     },
33     {
34       "name": "ZipArchive",
35       "dependencies": {
36         "SSZipArchive": [
37           "~> 0.3.2"
38         ]
39       }
40     },
41     {
42       "name": "UnrarKit",
43       "dependencies": {
44         "UnrarKit": [
45           "~> 2.9-beta8"
46         ]
47       }
48     }
49   ]