MMapKV
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)
- 不在使用泛型,Key使用String类型,Value使用AnyCoder定义的Primitive类型;不再支持复杂对象。
- 添加didUpdate回调。
Author
pozi119, [email protected]
License
MMapKV is available under the MIT license. See the LICENSE file for more info.