blob: 7027bbb11165d8013c769fb5dc3b64667bc2e399 [file] [log] [blame]
{
"name": "objective-zip",
"version": "0.8.3",
"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.3"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": [
"Objective-Zip/*.{m,h}",
"MiniZip/*.{h,c}",
"ARCHelper/*.h"
],
"libraries": "z",
"requires_arc": false,
"deprecated": true
}