[Add] UnityAds 4.13.1
[CocoaPods.git] / Specs / 6 / 4 / a / zip-hatom / 1.0.3 / zip-hatom.podspec.json
blob424a976c3e0cdcda176ad1ae1a76b5a01e275b2b
2   "name": "zip-hatom",
3   "version": "1.0.3",
4   "summary": "An object-oriented friendly wrapper library for ZLib and MiniZip, in Objective-C for iOS and OS X",
5   "description": "Objective-Zip is a small Objective-C library that wraps ZLib and\nMiniZip in an object-oriented friendly way. It supports:\n\n* Zipping and unzipping of common zip file formats.\n* Multi-GB zip files thanks to 64-bit APIs, even with limited memory available.\n* Per-file compression level and encryption.\n\nObjective-Zip includes sources of latest versions of ZLib and MiniZip.",
6   "homepage": "https://github.com/CHRick/zip-hatom",
7   "license": {
8     "type": "BSD 2.0",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Rick": "157557124@qq.com"
13   },
14   "platforms": {
15     "ios": "11.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/CHRick/zip-hatom.git",
20     "tag": "1.0.3"
21   },
22   "source_files": [
23     "Objective-Zip/**/*.{h,m}",
24     "MiniZip/**/*.{h,c}",
25     "ZLib/**/*.{h,c}"
26   ],
27   "public_header_files": [
28     "Objective-Zip/OZZipFile.h",
29     "Objective-Zip/OZZipFile+Standard.h",
30     "Objective-Zip/OZZipFile+NSError.h",
31     "Objective-Zip/OZZipFileMode.h",
32     "Objective-Zip/OZZipCompressionLevel.h",
33     "Objective-Zip/OZZipException.h",
34     "Objective-Zip/OZZipWriteStream.h",
35     "Objective-Zip/OZZipWriteStream+Standard.h",
36     "Objective-Zip/OZZipWriteStream+NSError.h",
37     "Objective-Zip/OZZipReadStream.h",
38     "Objective-Zip/OZZipReadStream+Standard.h",
39     "Objective-Zip/OZZipReadStream+NSError.h",
40     "Objective-Zip/OZFileInZipInfo.h",
41     "Objective-Zip/Objective-Zip.h",
42     "Objective-Zip/Objective-Zip+NSError.h",
43     "Objective-Zip/NSDate+DOSDate.h",
44     "Objective-Zip/NSData+CRC32.h"
45   ],
46   "requires_arc": true,
47   "xcconfig": {
48     "OTHER_LDFLAGS": "-ObjC",
49     "GCC_WARN_UNUSED_FUNCTION": "NO"
50   }