[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 1 / MadSqlite / 0.2.2 / MadSqlite.podspec.json
blob65589d2e74e0d3f450a22eee3a72ab52caff8f1f
2   "name": "MadSqlite",
3   "version": "0.2.2",
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.2.2",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
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"
31   ],
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"
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   }