[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / a / c / 1 / MadSqlite / 0.1.0 / MadSqlite.podspec.json
blob3584d21091e9066d9e82d92fa3cd01ccc2042f46
2   "name": "MadSqlite",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "William Kamp": "manimaul@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/manimaul/madsqlite-ios-objc.git",
16     "tag": "0.1.0",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
23     "ios/MadSqlite/Classes/**/*.{h,m,hh,mm}",
24     "madsqlite-core/src/main/cpp/*.{hpp}",
25     "madsqlite-core/src/main/cpp/ContentValues.cpp",
26     "madsqlite-core/src/main/cpp/Cursor.cpp",
27     "madsqlite-core/src/main/cpp/Database.cpp",
28     "madsqlite-core/src/main/cpp/Util.cpp",
29     "madsqlite-core/src/main/cpp/sqlite-amalgamation-3140200/sqlite3.c",
30     "madsqlite-core/src/main/cpp/*.{hpp}",
31     "madsqlite-core/src/main/cpp/sqlite-amalgamation-3140200/sqlite3.h"
32   ],
33   "private_header_files": [
34     "madsqlite-core/src/main/cpp/*.{hpp}",
35     "ios/MadSqlite/Classes/**/*Impl.{hh}",
36     "madsqlite/src/main/cpp/sqlite-amalgamation-3140200/sqlite3.h"
37   ],
38   "requires_arc": true,
39   "libraries": "c++",
40   "xcconfig": {
41     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
42     "CLANG_CXX_LIBRARY": "libc++",
43     "OTHER_CFLAGS": "-DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_RTREE"
44   }