blob: c4dd21669eb48470e679c7aa55fd8b3d03042730 [file] [log] [blame]
{
"name": "ELZipArchive",
"version": "1.2.7",
"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.3"
},
"source_files": "*.{h,mm,m}",
"public_header_files": "*.h",
"libraries": "z",
"requires_arc": false
}