| { |
| "name": "RBQSafeRealmObject", |
| "version": "1.0.3", |
| "summary": "Thread-safe representation of a Realm object", |
| "description": "RBQSafeRealmObject represents a RLMObject with a primary key and can be used across threads.", |
| "homepage": "https://github.com/Roobiq/RBQSafeRealmObject", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Roobiq": "support@roobiq.com" |
| }, |
| "social_media_url": "http://twitter.com/Roobiq", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/Roobiq/RBQSafeRealmObject.git", |
| "tag": "v1.0.3" |
| }, |
| "source_files": "*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "Realm": [ |
| ">= 0.99.1" |
| ], |
| "RealmUtilities": [ |
| ">=0.2.1" |
| ] |
| } |
| } |