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