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