blob: 58b4845fda7b8732ee6fcba74460889a37d83fa2 [file] [log] [blame]
{
"name": "SafeRealmObjectX",
"version": "1.1",
"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/ladeiko/RBQSafeRealmObjectX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roobiq": "support@roobiq.com"
},
"social_media_url": "http://twitter.com/Roobiq",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ladeiko/RBQSafeRealmObjectX.git",
"tag": "x_v1.1"
},
"source_files": "*.swift",
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.1",
"5.2"
],
"requires_arc": true,
"dependencies": {
"RBQSafeRealmObject": [
],
"RealmSwift": [
">=0.99.1"
],
"RealmUtilities": [
">=0.2.1"
]
},
"swift_version": "5.2"
}