blob: a7717697cf9a196054a0554a1adb421684cf7ada [file] [log] [blame]
{
"name": "NVHTarGzip",
"version": "0.6.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 * Asynchronous and synchronous and API's\n",
"homepage": "https://github.com/nvh/NVHTarGzip",
"license": "MIT",
"authors": {
"Niels van Hoorn": "nvh@nvh.io"
},
"source": {
"git": "https://github.com/nvh/NVHTarGzip.git",
"tag": "0.6.0"
},
"social_media_url": "https://twitter.com/nvh",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*",
"libraries": "z"
}