Brotli 1.0.0

Brotli 1.0.0

Maintained by Karl von Randow.



Brotli 1.0.0

  • By
  • Karl von Randow

Brotli

CI Status Version License Platform

Example

Compression

NSData *data = ...;
NSData *compressed = [data brotliCompressed];

Decompression

NSData *compressed = ...;
NSData *decompressed = [compressed brotliDecompressed];

Installation

Brotli is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Brotli'

Author

Karl von Randow, [email protected]

License

Brotli is available under the MIT license. See the LICENSE file for more info. Brotli includes the official Brotli source code from https://github.com/google/brotli. That source code is covered by the official Brotli license, which is included in the LICENSE file.