4 "summary": "A simple Sqlite Abstraction",
5 "description": "A simple Sqlite Abstraction with FTS5 and R*Tree enabled",
6 "homepage": "https://github.com/manimaul/madsqlite-ios-objc",
12 "William Kamp": "manimaul@gmail.com"
15 "git": "https://github.com/manimaul/madsqlite-ios-objc.git",
23 "MadSqlite/Classes/**/*.{h,m,hh,mm}",
24 "madsqlite-core/src/main/cpp/*.{hpp}",
25 "madsqlite-core/src/main/cpp/api/*.{hpp}",
26 "madsqlite-core/src/main/cpp/MadContentValuesImpl.cpp",
27 "madsqlite-core/src/main/cpp/MadQueryImpl.cpp",
28 "madsqlite-core/src/main/cpp/MadDatabaseImpl.cpp",
29 "madsqlite-core/src/main/cpp/sqlite-amalgamation/sqlite3.c",
30 "madsqlite-core/src/main/cpp/sqlite-amalgamation/sqlite3.h"
32 "private_header_files": [
33 "madsqlite-core/src/main/cpp/*.{hpp}",
34 "madsqlite-core/src/main/cpp/api/*.{hpp}",
35 "MadSqlite/Classes/**/*Impl.{hh}",
36 "madsqlite-core/src/main/cpp/sqlite-amalgamation-3140200/sqlite3.h"
41 "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
42 "CLANG_CXX_LIBRARY": "libc++",
43 "OTHER_CFLAGS": "-DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_RTREE"