blob: e1c5bf02e04b7de4f4ba43665a635512485fbdad [file] [log] [blame]
{
"name": "SBYZipArchive",
"version": "0.3.2",
"summary": "SBYZipArchive is a simple unzip library to extract files from a large archive.",
"homepage": "https://github.com/shoby/SBYZipArchive",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "shoby",
"source": {
"git": "https://github.com/shoby/SBYZipArchive.git",
"tag": "0.3.2"
},
"source_files": [
"SBYZipArchive",
"minizip"
],
"libraries": "z",
"requires_arc": true,
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) USE_FILE32API=1"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
}
}