Skip to content

swiftkits/CoreStorageKit

Repository files navigation

CoreStorageKit

MIT license CoreStorageKit CI workflow Pod Carthage SPM

CoreStorageKit provides functional and easy to use extensions on top of CoreData.

Installation

Cocoapods

pod 'CoreStorageKit', '0.1.0'

Swift package manager

dependencies: [
    .package(url: "https://github.com/swiftkits/CoreStorageKit.git", .upToNextMajor(from: "0.1.0"))
]

Carthage

github "CoreStorageKit" ~> 0.1.0

Author

Written By Manish Pandey.