[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / 4 / e / FMDB / 2.5 / FMDB.podspec.json
blob12a7ec37f0e24354f9a074de0b323a0b760a470c
2   "name": "FMDB",
3   "version": "2.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": "v2.5"
13   },
14   "requires_arc": true,
15   "default_subspecs": "standard",
16   "subspecs": [
17     {
18       "name": "common",
19       "source_files": "src/fmdb/FM*.{h,m}",
20       "exclude_files": "src/fmdb.m"
21     },
22     {
23       "name": "standard",
24       "libraries": "sqlite3",
25       "dependencies": {
26         "FMDB/common": [
28         ]
29       }
30     },
31     {
32       "name": "FTS",
33       "source_files": "src/extra/fts3/*.{h,m}",
34       "dependencies": {
35         "FMDB/standard": [
37         ]
38       }
39     },
40     {
41       "name": "standalone",
42       "default_subspecs": "default",
43       "dependencies": {
44         "FMDB/common": [
46         ]
47       },
48       "subspecs": [
49         {
50           "name": "default",
51           "dependencies": {
52             "sqlite3": [
54             ]
55           }
56         },
57         {
58           "name": "FTS",
59           "source_files": "src/extra/fts3/*.{h,m}",
60           "dependencies": {
61             "sqlite3/unicode61": [
63             ]
64           }
65         }
66       ]
67     },
68     {
69       "name": "SQLCipher",
70       "dependencies": {
71         "SQLCipher": [
73         ],
74         "FMDB/common": [
76         ]
77       },
78       "xcconfig": {
79         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"
80       }
81     }
82   ]