1 Star 0 Fork 0

ValoLee / MMapKV

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
ValoLee 提交于 2022-10-12 15:59 . 0.1.1

MMapKV

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

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

pod 'MMapKV', '~> 0.1.1'
pod 'Runtime', :git => 'https://github.com/wickwirew/Runtime.git' // The version in pods is 2.2.2, which requires 2.2.4

Change(0.1.1)

  1. 不在使用泛型,Key使用String类型,Value使用AnyCoder定义的Primitive类型;不再支持复杂对象。
  2. 添加didUpdate回调。

Author

pozi119, pozi119@163.com

License

MMapKV is available under the MIT license. See the LICENSE file for more info.

Swift
1
https://gitee.com/valox/MMapKV.git
git@gitee.com:valox/MMapKV.git
valox
MMapKV
MMapKV
master

搜索帮助