[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / b / a / Minizip / 1.0.0 / Minizip.podspec.json
blobf88b853989b84cd165d8ecf76dcbdd511610b4f4
2   "name": "Minizip",
3   "version": "1.0.0",
4   "summary": "Minizip framework wrapper for iOS, OSX, tvOS, and watchOS.",
5   "description": "Minizip framework wrapper for iOS, OSX, tvOS, and watchOS.\n\nProvides low-level zip file manipulation functionality.",
6   "homepage": "https://github.com/dexman/Minizip",
7   "license": "MIT",
8   "authors": {
9     "Arthur Dexter": "adexter@dexman.net"
10   },
11   "source": {
12     "git": "https://github.com/dexman/Minizip.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.11",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "Vendor/Minizip/aes/*.{c,h}",
24     "Vendor/Minizip/{ioapi,ioapi_mem,ioapi_buf,unzip,zip}.{c,h}",
25     "Vendor/Minizip/crypt.h"
26   ],
27   "public_header_files": "Vendor/Minizip/{ioapi,unzip,zip}.h",
28   "libraries": "z"