blob: 03a7318e791cf8c7c819a2b0f176fe17effd5fc8 [file] [log] [blame]
{
"name": "SQLAid",
"version": "0.1.3",
"summary": "Small SQLite wrapper.",
"description": "Small \"blocks oriented\" sqlite wrapping tool for Objective-C",
"homepage": "https://github.com/CopyIsRight/SQLAid",
"license": "MIT",
"authors": {
"Pietro Caselani": "pietro.caselani@involves.com.br"
},
"source": {
"git": "https://github.com/CopyIsRight/SQLAid.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"sqlite3": [
]
}
}