blob: dd5886378fa7a5dcaef016a470e1e05812bd6a42 [file] [log] [blame]
{
"name": "SafeRealmObject",
"version": "1.0.0",
"summary": "Thread-safe representation of a Realm Swift Object",
"description": "SafeRealmObject offers a thread-safe class that represents a Realm Swift Object subclass 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": "8.0"
},
"source": {
"git": "https://github.com/Roobiq/RBQSafeRealmObject.git",
"tag": "v1.0.0"
},
"source_files": "*.{h,m,swift}",
"private_header_files": "*.h",
"requires_arc": true,
"dependencies": {
"RBQSafeRealmObject": [
],
"RealmSwift": [
">=0.99.1"
],
"RealmUtilities": [
">=0.2.1"
]
},
"pushed_with_swift_version": "3.0"
}