blob: 4969c0d3113a4b92513b31d1b585930a40d61c6e [file] [log] [blame]
{
"name": "VNSqliteDB",
"version": "0.1.0",
"summary": "The Objective-C wrapper class for SqliteDB",
"description": "This wrapper class is easy to use for c function of SqliteDB.\n The class of VNSqliteDB is simple and intuitive moreover less code,\n under 1k lines of code.",
"homepage": "https://github.com/netmaid/VNSqliteDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Chungmin Ahn",
"source": {
"git": "https://github.com/netmaid/VNSqliteDB.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "VNSqliteDB/**/*.{h,m,mm}",
"public_header_files": "VNSqliteDB/**/*.h",
"libraries": "sqlite3"
}