blob: 8f4f388ebbf016e2411e0f4d1f5dc1643bb5ad47 [file] [log] [blame]
{
"name": "AFSQLManager",
"version": "1.0",
"summary": "SQL and SQLite manager for iOS.",
"description": "SQL and SQLite database manage on iOS made easy. Create, open, rename and delete databases with AFSQLManager, a block-driven iOS SQL and SQLite manager class. Perform queries never has been that easy!",
"homepage": "https://github.com/AlvaroFranco/AFSQLManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alvaro Franco": "alvarofrancoayala@gmail.com"
},
"platforms": {
"ios": null
},
"screenshots": "https://s3.amazonaws.com/cocoacontrols_production/uploads/control_image/image/3496/preview-181__dragged_.png",
"source": {
"git": "https://github.com/AlvaroFranco/AFSQLManager.git",
"tag": "v1.0"
},
"source_files": [
"AFSQLManager.h",
"AFSQLManager.m"
],
"requires_arc": true
}