[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / f / 9 / KeepZipArchive / 1.2 / KeepZipArchive.podspec.json
blobe0aa016b4d0eb40a8b5ec7a39f2f0efec82d78e8
2   "name": "KeepZipArchive",
3   "version": "1.2",
4   "summary": "Utility class for zipping and unzipping files on iOS, tvOS, watchOS, and Mac.",
5   "description": "KSSZipArchive is a simple utility class for zipping and unzipping files on iOS, tvOS, watchOS, and Mac.",
6   "homepage": "https://github.com/jackrex/ZipArchive.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Jackrex": "jackrex1993@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jackrex/ZipArchive.git",
16     "tag": "v1.2"
17   },
18   "platforms": {
19     "ios": "4.0",
20     "tvos": "9.0",
21     "osx": "10.6",
22     "watchos": "2.0"
23   },
24   "source_files": [
25     "SSZipArchive/*.m",
26     "SSZipArchive/*.h",
27     "SSZipArchive/minizip/*",
28     "SSZipArchive/aes/*"
29   ],
30   "public_header_files": "SSZipArchive/*.h",
31   "libraries": "z",
32   "requires_arc": true