Adds observers, better JSON handling, & convienence extensions.
To run the example project, clone the repo, and run pod install from the Example directory first.
pod "Realm"Requires the realm framework. http://cocoapods.org/pods/realm
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"