vinaykharb / CloudKitManager

CRUD operations for the Apple CloudKit integration. Can be used in a reactive way, all you need to do is add ReactiveSwift and Result libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CloudKitManager

CRUD operations for the Apple CloudKit integration.

Can also be used in a reactive way:

Add ReactiveSwift and Result in the project through pods so that CloudKitManager can expose its reactive programming methods

Installation

CocoaPods

If you use CocoaPods to manage your dependencies, simply add CloudKitManager to your Podfile:

pod 'CloudKitManager'

About

CRUD operations for the Apple CloudKit integration. Can be used in a reactive way, all you need to do is add ReactiveSwift and Result libraries.

License:MIT License


Languages

Language:Swift 91.2%Language:Ruby 8.8%