blob: 6d908877da3da7069f83d71263956d05e489f6e3 [file] [log] [blame]
{
"name": "RBQSafeRealmObject",
"version": "0.7",
"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.7"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"Realm": [
">= 0.99"
],
"RealmUtilities": [
">=0.2.1"
]
}
}