Skip to content

xcodegou/Brotli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, karl@xk72.com

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.

Swift Package Manager

安装

在Xcode中,选择 File > Add Package Dependencies,然后输入:

https://github.com/your-username/Brotli.git

使用

import Brotli

// 使用Brotli SDK的功能

要求

  • iOS 11.0+
  • Xcode 12.0+
  • Swift 5.5+

许可证

请查看 LICENSE 文件了解详细信息。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages