Mummy 0.0.4

Mummy 0.0.4

Maintained by lxwgh2007.



Mummy 0.0.4

  • By
  • fremaksim

MummyDataPersistenceModule

Mummy is a delightful data persistence module for iOS.

Pod Version Swift Version Swift Version Swift Version Plaform License MIT

How to Get Started

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.