blob: 4864b05bb14808fe9fb0409ff8f2f2da3dea2e05 [file] [log] [blame]
{
"name": "BxRealm",
"version": "0.7.2",
"swift_version": "4.1",
"summary": "Typesafe Realm in Swift.",
"description": "BxRealm greatly simplifies working with Realm in Swift, using the interface of BxPersistence.",
"homepage": "https://bxrealm.borchero.com",
"documentation_url": "https://bxrealm.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxRealm.git",
"tag": "0.7.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxRealm/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"BxUtility": [
"~> 1.0"
],
"BxPersistence": [
"~> 1.0"
],
"RealmSwift": [
"~> 3.5"
],
"BxReact": [
"~> 0.1"
]
},
"frameworks": "Foundation"
}