blob: c39fd320c03a64eb2630b1c1cc4bb37f068d20f8 [file] [log] [blame]
{
"name": "objective-zip",
"version": "0.8.0",
"summary": "An object-oriented friendly wrapper library for ZLib and MiniZip, in Objective-C for iOS and OS X.",
"homepage": "https://github.com/flyingdolphinstudio/Objective-Zip",
"license": "BSD 2",
"authors": {
"Gianluca Bertani": "gianluca@flyingdolphinstudio.com"
},
"source": {
"git": "https://github.com/flyingdolphinstudio/Objective-Zip.git",
"tag": "0.8.0"
},
"source_files": [
"Objective-Zip/*.{m,h}",
"MiniZip/*.{h,c}"
],
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"libraries": "z",
"requires_arc": false,
"deprecated": true
}