[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / 4 / e / FMDB / 2.3 / FMDB.podspec.json
blob5bb92d35f30fd1306dfe07bc4009a0fc7b33e5c9
2   "name": "FMDB",
3   "version": "2.3",
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": "v2.3"
13   },
14   "default_subspecs": [
15     "standard"
16   ],
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "common",
21       "source_files": "src/fmdb/FM*.{h,m}",
22       "exclude_files": "src/fmdb.m"
23     },
24     {
25       "name": "standard",
26       "libraries": "sqlite3",
27       "dependencies": {
28         "FMDB/common": [
30         ]
31       }
32     },
33     {
34       "name": "standalone",
35       "dependencies": {
36         "sqlite3/fts": [
38         ],
39         "FMDB/common": [
41         ]
42       }
43     },
44     {
45       "name": "SQLCipher",
46       "dependencies": {
47         "SQLCipher": [
49         ],
50         "FMDB/common": [
52         ]
53       },
54       "xcconfig": {
55         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"
56       }
57     }
58   ]