[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 4 / e / FMDB / 2.7.9 / FMDB.podspec.json
blob55c3d07002213783f55f7288aa0d4b3fb86f7272
2   "name": "FMDB",
3   "version": "2.7.9",
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.9"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "11.0",
17     "osx": "10.13",
18     "watchos": "7.0"
19   },
20   "default_subspecs": "standard",
21   "resource_bundles": {
22     "FMDB": [
23       "privacy/PrivacyInfo.xcprivacy"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "standard",
29       "libraries": "sqlite3",
30       "source_files": "src/fmdb/FM*.{h,m}",
31       "exclude_files": "src/fmdb.m",
32       "header_dir": "fmdb"
33     },
34     {
35       "name": "FTS",
36       "source_files": "src/extra/fts3/*.{h,m}",
37       "dependencies": {
38         "FMDB/standard": [
40         ]
41       }
42     }
43   ]