blob: e0aa016b4d0eb40a8b5ec7a39f2f0efec82d78e8 [file] [log] [blame]
{
"name": "KeepZipArchive",
"version": "1.2",
"summary": "Utility class for zipping and unzipping files on iOS, tvOS, watchOS, and Mac.",
"description": "KSSZipArchive is a simple utility class for zipping and unzipping files on iOS, tvOS, watchOS, and Mac.",
"homepage": "https://github.com/jackrex/ZipArchive.git",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Jackrex": "jackrex1993@gmail.com"
},
"source": {
"git": "https://github.com/jackrex/ZipArchive.git",
"tag": "v1.2"
},
"platforms": {
"ios": "4.0",
"tvos": "9.0",
"osx": "10.6",
"watchos": "2.0"
},
"source_files": [
"SSZipArchive/*.m",
"SSZipArchive/*.h",
"SSZipArchive/minizip/*",
"SSZipArchive/aes/*"
],
"public_header_files": "SSZipArchive/*.h",
"libraries": "z",
"requires_arc": true
}