[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 3 / ZipPinch / 0.1.1 / ZipPinch.podspec.json
blob9fde50ef1a32e3d69a769cb36b5336969481ef33
2   "name": "ZipPinch",
3   "version": "0.1.1",
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.1"
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   }