blob: 975362ce6626d27d93c91cb902f557c05d9f2cc5 [file] [log] [blame]
{
"name": "LZCompression",
"version": "1.1.0",
"summary": "LZ-based compression algorithm for Objective-C.",
"description": "An Objective-C implementation of lz-string for Javascript (see http://pieroxy.net/blog/pages/lz-string/index.html)",
"homepage": "https://github.com/TapMesh/LZCompression",
"license": "Apache License, Version 2.0",
"authors": {
"bobwieler": "bob.wieler@tapmesh.com"
},
"source": {
"git": "https://github.com/TapMesh/LZCompression.git",
"tag": "1.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}