[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / c / 0 / LZCompression / 1.0.0 / LZCompression.podspec.json
blob720e896c1bce91b9218112c41d14ea770052f251
2   "name": "LZCompression",
3   "version": "1.0.0",
4   "summary": "LZ-based compression algorithm for Objective-C.",
5   "description": "                   An Objective-C implementation of lz-string for Javascript (see http://pieroxy.net/blog/pages/lz-string/index.html)\n",
6   "homepage": "https://github.com/TapMesh/LZCompression",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "bobwieler": "bob.wieler@tapmesh.com"
10   },
11   "source": {
12     "git": "https://github.com/TapMesh/LZCompression.git",
13     "tag": "1.0.0"
14   },
15   "source_files": [
16     "Classes",
17     "Classes/**/*.{h,m}"
18   ],
19   "exclude_files": "Classes/Exclude",
20   "requires_arc": true