Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rishabhtayal/rtcloudkit

Simple and easy to use wrapper for Apple's CloudKit framework
https://github.com/rishabhtayal/rtcloudkit

Last synced: about 2 months ago
JSON representation

Simple and easy to use wrapper for Apple's CloudKit framework

Awesome Lists containing this project

README

        

# RTCloudKit

[![CI Status](http://img.shields.io/travis/rishabhtayal/RTCloudKit.svg?style=flat)](https://travis-ci.org/rishabhtayal/RTCloudKit)
[![Version](https://img.shields.io/cocoapods/v/RTCloudKit.svg?style=flat)](http://cocoapods.org/pods/RTCloudKit)
[![License](https://img.shields.io/cocoapods/l/RTCloudKit.svg?style=flat)](http://cocoapods.org/pods/RTCloudKit)
[![Platform](https://img.shields.io/cocoapods/p/RTCloudKit.svg?style=flat)](http://cocoapods.org/pods/RTCloudKit)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

## Usage

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Installation

###Cocoapods

RTCloudKit is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "RTCloudKit"
```

### Carthage

[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with [Homebrew](http://brew.sh/) using the following command:

```bash
$ brew update
$ brew install carthage
```

To integrate RTCloudKit into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "RishabhTayal/RTCloudKit"
```

Run `carthage update` to build the framework and drag the built `RTCloudKit.framework` into your Xcode project.

## Author

Rishabh Tayal, [email protected]

## License

RTCloudKit is available under the MIT license. See the LICENSE file for more info.