blob: bd9410d3da9fd3f5d9f0f1879dfeddefc416cc7e [file] [log] [blame]
{
"name": "CBZipFile",
"version": "1.0.0",
"summary": "A Cocoa wrapper of minizip to read zip packages",
"description": " CBZipFile is a Cocoa wrapper of minizip to read zip packages, it's thread-safe and particularly optimised for random accessing.\n",
"homepage": "https://github.com/CocoaBob/CBZipFile",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "CocoaBob",
"social_media_url": "https://twitter.com/CocoaBob",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/CocoaBob/CBZipFile.git",
"tag": "1.0.0"
},
"source_files": [
"*.{h,m}",
"minizip/*.{h,c}"
],
"requires_arc": true,
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NOUNCRYPT"
},
"libraries": "z"
}