[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / f / 1 / c / GZIP / 1.0.2 / GZIP.podspec.json
blobc7f245ab90939b6ad30dae886e6afb0f4f34d4a4
2   "name": "GZIP",
3   "version": "1.0.2",
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.0.2"
13   },
14   "source_files": "GZIP",
15   "libraries": "z",
16   "requires_arc": false,
17   "platforms": {
18     "ios": "4.3",
19     "osx": "10.6"
20   }