blob: 1cdc17453f5ed5eb680d6b2a09a29c81ef6c5384 [file] [log] [blame]
{
"name": "MDBRepository",
"version": "1.0.1",
"summary": "Database Repository Pattern on GRDB with cipher",
"description": "Our main focus to remove boilderplate code for Database Operation in iOS. This is comes with database repository pattern on GRDB",
"homepage": "https://github.com/developer-celusion/dbrepo.swift.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"swapnil.nandgave@celusion.com": "swapnil.nandgave@celusion.com"
},
"source": {
"git": "https://github.com/developer-celusion/dbrepo.swift.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MDBRepository/Classes/**/*",
"dependencies": {
"GRDBCipher": [
]
}
}