blob: 24f29300d224d9c07c64e63a5314d36f7456fdae [file] [log] [blame]
{
"name": "IPaZipArchive",
"version": "0.0.1",
"summary": "Objective C Zip tool.",
"homepage": "https://github.com/ipapamagic/IPaZipArchive",
"authors": "Yu Chung Chen",
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"platforms": {
"ios": null
},
"libraries": "z",
"requires_arc": true,
"source": {
"git": "https://github.com/STjason/IPaZipArchive.git",
"commit": "f58d620c4d122646f2edf0a61978ba072d0dbb2b"
},
"source_files": [
"IPaZipArchive/*.{h,m}",
"IPaZipArchive/minizip/*.{h,m}"
],
"description": "Objective C Zip tool, base on ZipArchive MIT licence need to add libz.1.2.5.dylib to your project IPaZipArchiveWriter can create zip file IPaZipArchiveReader can unzip your file simple zip tool "
}