[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / f / 4 / e / FMDB / 2.0 / FMDB.podspec.json
blob6f20c62fda61e4cb06a21c9b08615e2abc4b8f94
2   "name": "FMDB",
3   "version": "2.0",
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.0"
13   },
14   "default_subspecs": [
15     "standard"
16   ],
17   "requires_arc": false,
18   "subspecs": [
19     {
20       "name": "common",
21       "source_files": "src/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   ]