[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / b / 1 / lz4 / 123 / lz4.podspec.json
blobaca9f9b1630575f486d23cb6b2517de57cb5f513
2   "name": "lz4",
3   "version": "123",
4   "summary": "Extremely Fast Compression algorithm",
5   "description": "                   LZ4 is a very fast lossless compression algorithm, providing compression\n                   speed at 400 MB/s per core, scalable with multi-cores CPU. It also features\n                   an extremely fast decoder, with speed in multiple GB/s per core, typically\n                   reaching RAM speed limits on multi-core systems. \n",
6   "homepage": "https://code.google.com/p/lz4/",
7   "license": {
8     "type": "BSD"
9   },
10   "authors": "Yann Collet",
11   "source": {
12     "svn": "http://lz4.googlecode.com/svn/trunk/",
13     "revision": "123"
14   },
15   "source_files": "*.{h,c}",
16   "public_header_files": "*.h",
17   "requires_arc": true