blob: 0ff231037b690883ddd0f265e50e7366a01f2505 [file] [log] [blame]
{
"name": "SQLAid",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"libraries": "sqlite3"
}