blob: cb03b1b0fa5e68bf43b940f5b42023983ae5e16e [file] [log] [blame]
{
"name": "QuickDB",
"version": "1.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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"behrad-kzm": "behradkzm@gmail.com"
},
"source": {
"git": "https://github.com/behrad-kzm/QuickDB.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "QuickDB/Classes/**/*.{h,m,swift,xcdatamodeld}",
"swift_version": "5.0"
}