blob: e9b14ef1b32bc29d0dece49c336aa66496c55a38 [file] [log] [blame]
{
"name": "BxPersistence",
"version": "1.4.12",
"swift_version": "4.1",
"summary": "Universal Interface for Database Access.",
"description": "BxPersistence provides an uniform interface for accessing databases and collections.",
"homepage": "https://bxpersistence.borchero.com",
"documentation_url": "https://bxpersistence.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxPersistence.git",
"tag": "1.4.12"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxPersistence/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"BxUtility": [
"~> 1.1"
],
"BxReact": [
"~> 0.1"
]
},
"frameworks": "Foundation"
}