blob: 402fb7dfbba052833445fd1fa2870131c4b1a75f [file] [log] [blame]
{
"name": "RBQSafeRealmObject",
"version": "0.4",
"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": "v0.4"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"Realm": [
">= 0.95"
],
"RealmUtilities": [
">=0.2.1"
]
}
}