blob: 720e896c1bce91b9218112c41d14ea770052f251 [file] [log] [blame]
{
"name": "LZCompression",
"version": "1.0.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)\n",
"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.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}