blob: f8a32be0f0c40f98a6215f3b5122b19ad912405d [file] [log] [blame]
{
"name": "ELZipArchive",
"version": "1.2.4",
"summary": "Objective-C wrapper of the orginial ziparchive",
"description": "This is an Objective-C wrapper of the original ziparchive by acsolu@gmail.com.\nI added a method to extract a single entry from a zip file.",
"homepage": "https://github.com/eddy-lau/ELZipArchive",
"license": "MIT",
"authors": {
"Eddie Lau": "eddie@touchutility.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/eddy-lau/ELZipArchive.git",
"tag": "1.2.2"
},
"header_dir": "./",
"source_files": [
"*.{h,mm}",
"minizip/*.{h,m}"
],
"public_header_files": [
"*.h",
"minizip/*.h"
],
"libraries": "z",
"requires_arc": false
}