[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 1 / 5 / ZipUtilities / 1.9.1 / ZipUtilities.podspec.json
blob962e73eb71b40373464f2da1820afb54f59afcc1
2   "name": "ZipUtilities",
3   "version": "1.9.1",
4   "summary": "Zip Archiving, Unarchiving and Utilities in Objective-C",
5   "description": "ZipUtilities, prefixed with NOZ for Nolan O'Brien ZipUtilities, is a library of zipping and unzipping utilities for iOS and Mac OS X.",
6   "homepage": "https://github.com/NSProgrammer/ZipUtilities",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Nolan O'Brien",
12   "social_media_url": "https://twitter.com/NolanOBrien",
13   "platforms": {
14     "ios": "6.0",
15     "osx": "10.9"
16   },
17   "source": {
18     "git": "https://github.com/NSProgrammer/ZipUtilities.git",
19     "tag": "1.9.1"
20   },
21   "source_files": "ZipUtilities/*.{h,m}",
22   "exclude_files": [
23     "ZipUtilities/ZipUtilities.h",
24     "ZipUtilities/*Info.plist"
25   ],
26   "libraries": "z",
27   "requires_arc": true