blob: 54e02e073a070f6ee493391ab7b146cc41d2478c [file] [log] [blame]
{
"name": "sqlite3-objc",
"version": "0.2",
"summary": "Sqlite3 Objective-C wrapper.",
"homepage": "https://github.com/youknowone/sqlite3-objc",
"license": "Public Domain (sqlite3 license)",
"authors": {
"Jeong YunWon": "sqlite3objc@youknowone.org"
},
"source": {
"git": "https://github.com/youknowone/sqlite3-objc.git",
"tag": "0.2"
},
"source_files": "Sqlite3/*.{h,m}",
"prefix_header_contents": "#define SQLITE3_DEBUG FALSE\n#import <Availability.h>\n#import <cdebug/debug.h>\n",
"header_dir": "Sqlite3",
"libraries": "sqlite3",
"dependencies": {
"cdebug": [
]
},
"requires_arc": false
}