MummyDataPersistenceModule
Mummy is a delightful data persistence module for iOS.
How to Get Started
- Download Mummy and try out the included iPhone example apps
Installation
Mummy supports only one methods for installing the library in a project.
Installation with CocoaPods
CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like AFNetworking in your projects. See the "Getting Started" guide for more information. You can install it with the following command:
$ gem install cocoapods
Podfile
To integrate Mummy into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
target 'TargetName' do
pod 'Mummy', '~> 0.0.3'
end
Then, run the following command:
$ pod install
Requirements
Mummy | Minimum iOS Target |
---|---|
0.0.3 | iOS 11 |
0.0.2 | iOS 11 |
0.0.1 | iOS 11 |
Architecture
Usage
License
Mummy is released under the MIT license. See LICENSE for details.