blob: 76dc5eeef765ed1148a85256c5f21bfb384c85d1 [file] [log] [blame]
{
"name": "BackgroundRealm",
"version": "2.2.1",
"summary": "A collection of handy classes and extensions that make it easier to work with `RealmSwift` in the background.",
"screenshots": "https://github.com/BellAppLab/BackgroundRealm/raw/master/Images/background_realm.png",
"description": "Background Realm is a collection of handy classes and extensions that make it easier to work with `RealmSwift` in the background.\n\nIt's main focus is to enhance existing `Realm`s and Realm-based code bases with very little overhead and refactoring.\n\n**Note**: Although this module makes it more convenient to work with a `Realm` in the background, it does **not** make `Realm`s nor its objects thread-safe. They should still be accessed only from within their appropriate thread.\n\nFor the Objective-C counterpart, see [BLBackgroundRealm](https://github.com/BellAppLab/BLBackgroundRealm).",
"homepage": "https://github.com/BellAppLab/BackgroundRealm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bell App Lab": "apps@bellapplab.com"
},
"social_media_url": "https://twitter.com/BellAppLab",
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "10.0",
"watchos": "3.0"
},
"module_name": "BackgroundRealm",
"source": {
"git": "https://github.com/BellAppLab/BackgroundRealm.git",
"tag": "2.2.1"
},
"source_files": "Sources/BackgroundRealm",
"frameworks": "Foundation",
"dependencies": {
"Realm": [
"~> 4.0"
],
"RealmSwift": [
"~> 4.0"
]
},
"swift_version": "5.3"
}