blob: 18d888377950cd371aeb844afcbc75d8c3b5b00c [file] [log] [blame]
{
"name": "SARUnArchiveANY",
"version": "0.0.1",
"summary": "UnArchiving Library for iOS",
"description": "A very useful library for Unarchiving the .zip, .rar, .7z format files for iOS. Simply An Integration of Unrar4iOS + SSZipArchive + LZMA SDK (7z).",
"homepage": "https://github.com/saru2020/SARUnArchiveANY",
"license": {
"type": "Custom",
"text": "Copyright (C) 2010 Apple Inc. All Rights Reserved."
},
"platforms": {
"ios": "5.0"
},
"authors": {
"Saravanan": "saru2020@gmail.com"
},
"libraries": "z",
"source": {
"git": "https://github.com/saru2020/SARUnArchiveANY.git",
"tag": "0.0.1"
},
"source_files": "SARUnArchiveANY/SARUnArchiveANY.{h,m}",
"vendored_frameworks": "Frameworks/Unrar4iOS.framework",
"requires_arc": false,
"subspecs": [
{
"name": "LZMASDK",
"source_files": [
"External/LZMASDK/*.{h,c,m}",
"External/LZMASDK/Util/7z/*.{h,c}"
]
},
{
"name": "Unrar",
"source_files": [
"External/Unrar/*.{h,m,c,mm,hpp}",
"External/Unrar/**/*.{h,m,c,mm,hpp}"
]
},
{
"name": "ZipArchive",
"source_files": [
"External/ZipArchive/*.{h,m}",
"External/ZipArchive/**/*.{h,c}"
]
}
]
}