RealmMeteor 0.1.5

RealmMeteor 0.1.5

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2015
SPMSupports SPM

Maintained by Peter Siegesmund.



 
Depends on:
RealmSwift= 0.96.1
SwiftDDP>= 0
XCGLogger>= 0
 

SwiftDDP: A DDP Client for Meteor written in Swift

Why?

There are already two great DDP clients for iOS: ObjectiveDDP, and Meteor iOS. Why a third?
In a nutshell, Swift. Swift’s syntax promotes simplicity and is stylistically closer to the code you’re probably writing for your Meteor server. Written in pure Swift, SwiftDDP requires no bridging headers and for new projects it will reduce or eliminate the amount of Objective-C code you have to think about.

SwiftDDP aims for simplicity and is datastore agnostic.

License

MIT

Installation

Install using Carthage by adding the following line to your Cartfile:

github "siegesmund/SwiftDDP"

Or, use CocoaPods. Add the following line to your Podfile:

pod "SwiftDDP"

Documentation

1. DDP Client

2. Realm Integration