blob: f8847e60b2c3fe85fd6faf09bee0961cfe7d5055 [file] [log] [blame]
{
"name": "ZipPinch",
"version": "0.1.2",
"summary": "Work with zip file remotely.",
"description": " Work with zip file remotely. It read zip file contents without downloading itself and unzip files that you needed.\n\n NOTE: ZipPinch works with AFNetworking 1.3+.\n",
"homepage": "https://github.com/buh/ZipPinch",
"license": "MIT",
"authors": {
"Alexey Bukhtin": "bukhtin@gmail.com"
},
"source": {
"git": "https://github.com/buh/ZipPinch.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/alexey_bukhtin",
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "ZipPinch/ZipPinch/*",
"dependencies": {
"AFNetworking": [
"~> 1.3"
]
}
}