blob: 8108d388888518eb206fb957493d0af3dfbecea4 [file] [log] [blame]
{
"name": "objective-zip",
"version": "1.0.2",
"summary": "An object-oriented friendly wrapper library for ZLib and MiniZip, in Objective-C for iOS and OS X",
"description": "Objective-Zip is a small Objective-C library that wraps ZLib and\nMiniZip in an object-oriented friendly way. It supports:\n\n* Zipping and unzipping of common zip file formats.\n* Multi-GB zip files thanks to 64-bit APIs, even with limited memory available.\n* Per-file compression level and encryption.\n\nObjective-Zip includes sources of latest versions of ZLib and MiniZip.",
"homepage": "https://github.com/gianlucabertani/Objective-Zip",
"license": {
"type": "BSD 2.0",
"file": "LICENSE.md"
},
"authors": {
"Gianluca Bertani": "gianluca.bertani@email.it"
},
"social_media_url": "https://twitter.com/self_vs_this",
"platforms": {
"ios": "5.1",
"osx": "10.7"
},
"source": {
"git": "https://github.com/gianlucabertani/Objective-Zip.git",
"tag": "1.0.2"
},
"source_files": [
"Objective-Zip/**/*.{h,m}",
"MiniZip/**/*.{h,c}",
"ZLib/**/*.{h,c}"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"deprecated": true
}