Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 816 Bytes

File metadata and controls

31 lines (20 loc) · 816 Bytes

ParticleRealm

Version Carthage compatible

Adds observers, better JSON handling, & convienence extensions.

Example

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

Requirements

pod "Realm"

Requires the realm framework. http://cocoapods.org/pods/realm

Adding to Your Project

Simply add the following to your Podfile if you're using CocoaPods:

pod 'ParticleRealm', :git => "https://github.com/ParticleApps/Realm.git"

or Cartfile if you're using Carthage:

github "ParticleApps/Realm"