[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 8 / 3 / ZipPinch / 0.1.3 / ZipPinch.podspec.json
blobbcd3becc38f5f31b9b6ee74c17b5d410427cbb29
2   "name": "ZipPinch",
3   "version": "0.1.3",
4   "summary": "Work with zip file remotely.",
5   "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",
6   "homepage": "https://github.com/buh/ZipPinch",
7   "license": "MIT",
8   "authors": {
9     "Alexey Bukhtin": "bukhtin@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/buh/ZipPinch.git",
13     "tag": "0.1.3"
14   },
15   "social_media_url": "https://twitter.com/alexey_bukhtin",
16   "platforms": {
17     "ios": "7.1"
18   },
19   "requires_arc": true,
20   "source_files": "ZipPinch/ZipPinch/*",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 1.3"
24     ]
25   }