blob: 8c6b5647f4538289283e65b73a2be3a7f95af055 [file] [log] [blame]
{
"name": "NVHTarGzipV2",
"version": "0.0.3",
"summary": "A library to handle .tgz and .tar.gz files on iOS",
"description": "Unpack and pack tarred and gzipped files with ease. Features:\n * Low memory footprint\n * NSProgress based progress reporting\n * Asynchronous and synchronous and API's",
"homepage": "https://github.com/fallending/NVHTarGzipV2",
"license": "MIT",
"authors": {
"Niels van Hoorn": "nvh@nvh.io"
},
"source": {
"git": "https://github.com/fallending/NVHTarGzipV2.git",
"tag": "0.0.3"
},
"social_media_url": "https://twitter.com/nvh",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Classes/*",
"libraries": "z"
}