blob: 3b37d70e5eb9e311e9968b1ca37ea9fde49854c6 [file] [log] [blame]
{
"name": "QuickDB-flow",
"version": "2.0.2",
"summary": "Fast usage dataBase to avoid struggling with dataBase complexity. Just save every object with a simple function.",
"description": "'The QuickDB uses CoreData with a SUPER easy use case that you can store any codable objects and query for them in just 1 line of code.\nThis component is highly recommended for small scale applications to store user data and settings with custom class types.'",
"homepage": "https://github.com/behrad-kzm/QuickDB",
"source_files": [
"QuickDB/Classes/Utils/DataBase.xcdatamodeld",
"QuickDB/Classes/Utils/DataBase/*.xcdatamodeld",
"QuickDB/Classes/**/*.{h,m,swift,xcdatamodeld}"
],
"resources": [
"QuickDB/Classes/Utils/DataBase.xcdatamodeld"
],
"preserve_paths": "QuickDB/Classes/Utils/DataBase.xcdatamodeld",
"module_name": "QuickDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"behrad-kzm": "behradkzm@gmail.com"
},
"source": {
"git": "https://github.com/NeverAgain11/QuickDB.git",
"tag": "2.0.2"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"dependencies": {
"CleanJSON": [
]
},
"swift_version": "5.0"
}