[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 2 / 8 / YapDatabase / 2.6.1 / YapDatabase.podspec.json
blobcc83468e3cc6814c3840c7203ac2a705392d8abf
2   "name": "YapDatabase",
3   "version": "2.6.1",
4   "summary": "A key/value store built atop sqlite for iOS & Mac.",
5   "homepage": "https://github.com/yapstudios/YapDatabase",
6   "license": "MIT",
7   "platforms": {
8     "ios": "6.0",
9     "osx": "10.8"
10   },
11   "authors": {
12     "Robbie Hanson": "robbiehanson@deusty.com"
13   },
14   "source": {
15     "git": "https://github.com/yapstudios/YapDatabase.git",
16     "tag": "2.6.1"
17   },
18   "default_subspecs": "standard",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "common",
23       "source_files": "YapDatabase/**/*.{h,m,mm}",
24       "xcconfig": {
25         "OTHER_LDFLAGS": "-weak_library /usr/lib/libc++.dylib"
26       },
27       "private_header_files": "YapDatabase/**/Internal/*.h",
28       "dependencies": {
29         "CocoaLumberjack": [
30           "~> 1"
31         ]
32       },
33       "requires_arc": true
34     },
35     {
36       "name": "standard",
37       "libraries": "sqlite3",
38       "dependencies": {
39         "YapDatabase/common": [
41         ]
42       },
43       "requires_arc": true
44     },
45     {
46       "name": "SQLCipher",
47       "dependencies": {
48         "SQLCipher/fts": [
50         ],
51         "YapDatabase/common": [
53         ]
54       },
55       "xcconfig": {
56         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"
57       },
58       "requires_arc": true
59     }
60   ]