blob: 1ee8446f2ccfc4185940f504703280e0de323d63 [file] [log] [blame]
{
"name": "heatshrink-objc",
"version": "0.1.0",
"summary": "Port of heatshrink - A data compression/decompression library for embedded/real-time systems.",
"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.",
"homepage": "https://github.com/nobre84/heatshrink-objc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nobre84": "nobre84@gmail.com"
},
"source": {
"git": "https://github.com/nobre84/heatshrink-objc.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/nobre84",
"platforms": {
"ios": "8.0"
},
"source_files": "heatshrink-objc/Classes/**/*"
}