blob: ec76b6bfc6336d91dabb1922fff21f9a979e0832 [file] [log] [blame]
{
"name": "EGODatabase",
"version": "2.0",
"summary": "Thread-safe Objective-C SQLite library.",
"description": "EGODatabase is a thread-safe Objective-C SQLite wrapper with full support for asynchronous SQLite calls as well as build in NSOperationQueue support.",
"homepage": "https://github.com/enormego/egodatabase",
"license": "MIT",
"authors": "Enormego, Shaun Harrison",
"source": {
"git": "https://github.com/enormego/egodatabase.git",
"tag": "2.0"
},
"requires_arc": true,
"source_files": "Classes",
"libraries": "sqlite3"
}