blob: bb042aefaa6f5241a608f52cddac7677069b7072 [file] [log] [blame]
{
"name": "RBQSafeRealmObject",
"version": "0.1",
"summary": "Thread-safe representation of a Realm object",
"description": "RBQSafeRealmObject represents a RLMObject with a primary key and can be used across threads.\n",
"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.1"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"Realm": [
],
"RealmUtilities": [
]
}
}