blob: 445066ed7a78305e7bd31191e529539427bc8a32 [file] [log] [blame]
{
"name": "BLBackgroundRealm",
"version": "1.0.5",
"summary": "A collection of handy classes and extensions that make it easier to work with `Realm` in the background.",
"screenshots": "https://github.com/BellAppLab/BLBackgroundRealm/raw/master/Images/background_realm.png",
"description": "BLBackgroundRealm is a collection of handy classes and extensions that make it easier to work with `Realm` 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 Swift counterpart, see [BackgroundRealm](https://github.com/BellAppLab/BackgroundRealm).",
"homepage": "https://github.com/BellAppLab/BLBackgroundRealm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bell App Lab": "apps@bellapplab.com"
},
"social_media_url": "https://twitter.com/BellAppLab",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "10.0",
"watchos": "3.0"
},
"module_name": "BLBackgroundRealm",
"header_dir": "Headers",
"source": {
"git": "https://github.com/BellAppLab/BLBackgroundRealm.git",
"tag": "1.0.5"
},
"source_files": [
"BLBackgroundRealm",
"Headers"
],
"frameworks": "Foundation",
"dependencies": {
"Realm": [
"~> 3.0"
]
}
}