[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / a / 1 / b / ZipArchive / 1.1.0 / ZipArchive.podspec.json
blobb00d5d8ec7c17f140c825bdbe857a12c886dcbb1
2   "name": "ZipArchive",
3   "version": "1.1.0",
4   "summary": "An Objective C class for zip/unzip on iPhone and Mac OSX.",
5   "description": "ZipArchive is an Objective-C class to compress or uncompress zip files, which is base on open source code \"MiniZip\".\n\nIt can be used for iPhone application development, and cocoa on Mac OSX as well.\n",
6   "homepage": "https://github.com/mattconnolly/ZipArchive",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Unknown Name": "acsolu@gmail.com",
13     "Matt Connolly": "matt.connolly@me.com"
14   },
15   "source": {
16     "git": "https://github.com/mattconnolly/ZipArchive.git",
17     "tag": "1.1.0"
18   },
19   "source_files": [
20     "*.{h,m}",
21     "minizip/*.{h,c}"
22   ],
23   "public_header_files": "*.h",
24   "libraries": "z",
25   "requires_arc": false