blob: 9db0d83bef6c2e2982bca701b277eecd6852060e [file] [log] [blame]
{
"name": "NVHTarGzip",
"version": "0.5.0",
"summary": "A library to handle .tgz and .tar.gz files on iOS",
"description": " Unpack tarred and gzipped files with ease. Features:\n * Low memory footprint\n * NSProgress based progress reporting\n",
"homepage": "https://github.com/nvh/NVHTarGzip",
"license": "MIT",
"authors": {
"Niels van Hoorn": "niels@zekerwaar.nl"
},
"source": {
"git": "https://github.com/nvh/NVHTarGzip.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/nvh",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*",
"libraries": "z"
}