[Add] LoggerSDK 0.0.11
[CocoaPods.git] / Specs / f / 4 / e / FMDB / 2.7.5 / FMDB.podspec.json
blob7185e313b358dc985b35751cef0d1243de139f16
2   "name": "FMDB",
3   "version": "2.7.5",
4   "summary": "A Cocoa / Objective-C wrapper around SQLite.",
5   "homepage": "https://github.com/ccgus/fmdb",
6   "license": "MIT",
7   "authors": {
8     "August Mueller": "gus@flyingmeat.com"
9   },
10   "source": {
11     "git": "https://github.com/ccgus/fmdb.git",
12     "tag": "2.7.5"
13   },
14   "requires_arc": true,
15   "default_subspecs": "standard",
16   "platforms": {
17     "osx": null,
18     "ios": null,
19     "tvos": null,
20     "watchos": null
21   },
22   "subspecs": [
23     {
24       "name": "standard",
25       "libraries": "sqlite3",
26       "source_files": "src/fmdb/FM*.{h,m}",
27       "exclude_files": "src/fmdb.m"
28     },
29     {
30       "name": "FTS",
31       "source_files": "src/extra/fts3/*.{h,m}",
32       "dependencies": {
33         "FMDB/standard": [
35         ]
36       }
37     },
38     {
39       "name": "standalone",
40       "xcconfig": {
41         "OTHER_CFLAGS": "$(inherited) -DFMDB_SQLITE_STANDALONE"
42       },
43       "dependencies": {
44         "sqlite3": [
46         ]
47       },
48       "source_files": "src/fmdb/FM*.{h,m}",
49       "exclude_files": "src/fmdb.m"
50     },
51     {
52       "name": "standalone-fts",
53       "xcconfig": {
54         "OTHER_CFLAGS": "$(inherited) -DFMDB_SQLITE_STANDALONE"
55       },
56       "source_files": [
57         "src/fmdb/FM*.{h,m}",
58         "src/extra/fts3/*.{h,m}"
59       ],
60       "exclude_files": "src/fmdb.m",
61       "dependencies": {
62         "sqlite3/fts": [
64         ]
65       }
66     },
67     {
68       "name": "SQLCipher",
69       "dependencies": {
70         "SQLCipher": [
72         ]
73       },
74       "source_files": "src/fmdb/FM*.{h,m}",
75       "exclude_files": "src/fmdb.m",
76       "xcconfig": {
77         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1",
78         "HEADER_SEARCH_PATHS": "SQLCipher"
79       }
80     }
81   ]