[Add] YSRTCLiveAVKitSDK 1.0.2
[CocoaPods.git] / Specs / a / 1 / b / ZipArchive / 1.1.1 / ZipArchive.podspec.json
blobbf863c8f855489f8a8ac9836583e332c6b1e4d23
2   "name": "ZipArchive",
3   "version": "1.1.1",
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.1"
18   },
19   "source_files": [
20     "*.{h,m}",
21     "minizip/*.{h,c}"
22   ],
23   "public_header_files": "*.h",
24   "libraries": "z",
25   "requires_arc": false