blob: d0f3f807b8b9aaa691f965e8b0e297970f0820c0 [file] [log] [blame]
{
"name": "ZipUtilities",
"version": "1.4.0",
"summary": "Zip Archiving, Unarchiving and Utilities in Objective-C",
"description": "ZipUtilities, prefixed with NOZ for Nolan O'Brien ZipUtilities, is a library of zipping and unzipping utilities for iOS and Mac OS X.",
"homepage": "https://github.com/NSProgrammer/ZipUtilities",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Nolan O'Brien",
"social_media_url": "https://twitter.com/NolanOBrien",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/NSProgrammer/ZipUtilities.git",
"tag": "1.4.0"
},
"source_files": "ZipUtilities/*.{h,m}",
"exclude_files": [
"ZipUtilities/ZipUtilities.h",
"ZipUtilities/*Info.plist"
],
"libraries": "z",
"requires_arc": true
}