[Add] PingOidc 1.0.0
[CocoaPods.git] / Specs / 8 / e / 3 / heatshrink-objc / 0.1.0 / heatshrink-objc.podspec.json
blob1ee8446f2ccfc4185940f504703280e0de323d63
2   "name": "heatshrink-objc",
3   "version": "0.1.0",
4   "summary": "Port of heatshrink - A data compression/decompression library for embedded/real-time systems.",
5   "description": "Small library to easily integrate heatshrink in iOS apps or libraries. Can be consumed by ObjC or Swift targets. Just provide a NSData to encode/decode and get back a encoded/decoded NSData. TBD: streaming mode.",
6   "homepage": "https://github.com/nobre84/heatshrink-objc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nobre84": "nobre84@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nobre84/heatshrink-objc.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/nobre84",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "heatshrink-objc/Classes/**/*"