blob: aa82385216b9926ea50ae6e8c0c621cac4134b25 [file] [log] [blame]
{
"name": "RepoDB",
"version": "0.0.2",
"summary": "A framework for working with the SQLite database based on GRDB and RxSwift",
"homepage": "https://github.com/buyakovK/RepoDB",
"license": "MIT",
"authors": {
"Kirill Buyakov": "buyakov_98@bk.ru"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/buyakovK/RepoDB.git",
"tag": "0.0.2"
},
"source_files": "RepoDB/**/*.{h,m,swift,localizable}",
"frameworks": "Foundation",
"dependencies": {
"GRDB.swift": [
"~> 4.14.0"
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
}
}