blob: 3f984c920007d58beee114578acb9ebf0ad05d4e [file] [log] [blame]
{
"name": "DCFSQLite",
"version": "1.0.0",
"summary": "DCFSQLite is an Objective-C wrapper to SQLite making it easy to use the database.",
"homepage": "https://github.com/diegocfreire/DCFSQLite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Diego C. Freire": "diegocfreire@gmail.com"
},
"social_media_url": "http://br.linkedin.com/pub/diego-freire/72/527/881",
"source": {
"git": "https://github.com/diegocfreire/DCFSQLite.git",
"tag": "v1.0.0"
},
"source_files": [
"DCFSQLite.h",
"DCFSQLite.m"
],
"libraries": "sqlite3",
"requires_arc": true
}