Go to file
Shial 1ba3ffe590 [0.2.0] Update to swift 5 2019-03-26 14:50:20 +11:00
SLazeCoreData.xcodeproj [0.2.0] Update to swift 5 2019-03-26 14:50:20 +11:00
Sources/SLazeCoreData [0.2.0] Update to swift 5 2019-03-26 14:50:20 +11:00
Tests initial commit 2018-07-11 23:43:22 +10:00
.gitignore initial commit 2018-07-11 23:43:22 +10:00
.swift-version [0.2.0] Update to swift 5 2019-03-26 14:50:20 +11:00
LICENSE initial commit 2018-07-11 23:43:22 +10:00
Package.resolved initial commit 2018-07-11 23:43:22 +10:00
Package.swift update to swift 4.2 2018-09-19 11:56:39 +10:00
README.md [0.2.0] Update to swift 5 2019-03-26 14:50:20 +11:00
SLazeCoreData.podspec [0.2.0] Update to swift 5 2019-03-26 14:50:20 +11:00

README.md

#SLazeCoreData

Language License CocoaPods CocoaPods Carthage

CoreData serializer extension for SLazeKit

Models example Object.swift Advance Model.swift

🔧 Installation

CocoaPods:

Add the line pod "SLazeCoreData" to your Podfile

Carthage:

Add the line github "shial4/SLazeCoreData" to your Cartfile

Manual:

Clone the repo and drag the folder SLazeCoreData into your Xcode project.

Swift Package Manager:

Add the line .package(url: "https://github.com/shial4/SLazeCoreData.git", from: "0.1.2"), to your Package.swift

Swift Package Manager in your iOS Project: This project demonstrates a working method for using Swift Package Manager (SPM) to manage the dependencies of an iOS project.

Example of how to use SPM v4 to manage iOS dependencies

💊 Usage

Use it with SLazeKit. Under you API configuration with synchronize handler. Run

EntityMapping.synchronize(_ obj: Any, context: NSManagedObjectContext) throws

Contributing

Be welcome to contribute to this project! :)

Questions

Just create an issue on GitHub.

📝 License

This project was released under the MIT license.