Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rishabhtayal/rtcloudkit
- Owner: RishabhTayal
- License: mit
- Created: 2016-02-09T21:14:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T15:31:28.000Z (almost 9 years ago)
- Last Synced: 2024-11-14T05:51:52.283Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.