blob: 05f8e22b33fb3ca36d4c1c0717a61aac70ac8f65 [file] [log] [blame]
{
"name": "SQLAid",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"sqlite3": [
]
}
}