blob: 77e5fa7e98ec0a930fb815d33c96817cb7ebb5df [file] [log] [blame]
{
"name": "SBYZipArchive",
"version": "0.1.0",
"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.1.0"
},
"source_files": [
"SBYZipArchive",
"minizip"
],
"libraries": "z",
"requires_arc": true,
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) USE_FILE32API=1"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
}
}