[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / c / GZIP / 1.2.3 / GZIP.podspec.json
blob62a29abe38682af59ef2a0f311893f942f18216a
2   "name": "GZIP",
3   "version": "1.2.3",
4   "license": "zlib",
5   "summary": "GZIP is category on NSData that provides simple gzip compression and decompression functionality.",
6   "homepage": "https://github.com/nicklockwood/GZIP",
7   "authors": {
8     "Nick Lockwood": "support@charcoaldesign.co.uk"
9   },
10   "source": {
11     "git": "https://github.com/nicklockwood/GZIP.git",
12     "tag": "1.2.3"
13   },
14   "source_files": "GZIP/*.{h,m}",
15   "libraries": "z",
16   "requires_arc": false,
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   }