blob: e40deade2a6caa37b20676d95546375b8b674153 [file] [log] [blame]
{
"name": "SQLiteRepair",
"version": "1.2.2",
"summary": "Repair kit for SQLite based database",
"description": "sqliterk is a efficient, self-contain repair kit for restoring corrupted SQLite based database.\n\nIt's basically used in WCDB, which is an efficient, complete, easy-to-use mobile database framework.",
"homepage": "https://github.com/wujianguo/SQLiteRepair",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"wujianguo": "lsjustin89@gmail.com"
},
"module_name": "sqliterk",
"platforms": {
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10",
"ios": "9.0"
},
"dependencies": {
"OptimizedSQLCipher": [
]
},
"source": {
"git": "https://github.com/wujianguo/SQLiteRepair.git",
"tag": "1.2.2"
},
"public_header_files": "repair/SQLiteRepairKit.h",
"source_files": "repair/*.{h,c,cpp}",
"libraries": [
"z",
"c++"
],
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "SQLITE_HAS_CODEC WCDB_BUILTIN_SQLCIPHER",
"LIBRARY_SEARCH_PATHS[sdk=macosx*]": "$(SDKROOT)/usr/lib/system",
"CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
"CLANG_CXX_LIBRARY": "libc++",
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"header_dir": "sqliterk"
}