blob: 649cb857afa51312e390b58cad533d7e5368703d [file] [log] [blame]
{
"name": "EasyQL",
"version": "0.1.0",
"summary": "A wrapper class for sqlite",
"description": "A quick and convenient way to create and manage local sqlite3 databases. Databases can be created with a single line of code. Data can be get and set without creating queries. Queries can also be passed in as a string.",
"homepage": "https://github.com/LordDarkula/EasyQL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aubhro": "aubhrosengupta@gmail.com"
},
"source": {
"git": "https://github.com/LordDarkula/EasyQL.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "EasyQL/Classes/**/*",
"libraries": "sqlite3"
}