[Add] TMNewsInformationSDK 1.2.70
[CocoaPods.git] / Specs / d / 1 / b / SARUnArchiveANY / 0.0.1 / SARUnArchiveANY.podspec.json
blob18d888377950cd371aeb844afcbc75d8c3b5b00c
2   "name": "SARUnArchiveANY",
3   "version": "0.0.1",
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 Unrar4iOS + 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": "5.0"
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.1"
21   },
22   "source_files": "SARUnArchiveANY/SARUnArchiveANY.{h,m}",
23   "vendored_frameworks": "Frameworks/Unrar4iOS.framework",
24   "requires_arc": false,
25   "subspecs": [
26     {
27       "name": "LZMASDK",
28       "source_files": [
29         "External/LZMASDK/*.{h,c,m}",
30         "External/LZMASDK/Util/7z/*.{h,c}"
31       ]
32     },
33     {
34       "name": "Unrar",
35       "source_files": [
36         "External/Unrar/*.{h,m,c,mm,hpp}",
37         "External/Unrar/**/*.{h,m,c,mm,hpp}"
38       ]
39     },
40     {
41       "name": "ZipArchive",
42       "source_files": [
43         "External/ZipArchive/*.{h,m}",
44         "External/ZipArchive/**/*.{h,c}"
45       ]
46     }
47   ]