[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 2 / 8 / YapDatabase / 2.4.2 / YapDatabase.podspec.json
blob72d6414cdfec9eaf10948d9d9badccaa7e1882a4
2   "name": "YapDatabase",
3   "version": "2.4.2",
4   "summary": "A key/value store built atop sqlite for iOS & Mac.",
5   "homepage": "https://github.com/yaptv/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/yaptv/YapDatabase.git",
16     "tag": "2.4.2"
17   },
18   "default_subspecs": [
19     "standard"
20   ],
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "common",
25       "source_files": "YapDatabase/**/*.{h,m,mm}",
26       "xcconfig": {
27         "OTHER_LDFLAGS": "-weak_library /usr/lib/libc++.dylib"
28       },
29       "private_header_files": "YapDatabase/**/Internal/*.h",
30       "dependencies": {
31         "CocoaLumberjack": [
32           "~> 1.6.3"
33         ]
34       },
35       "requires_arc": true
36     },
37     {
38       "name": "standard",
39       "libraries": "sqlite3",
40       "dependencies": {
41         "YapDatabase/common": [
43         ]
44       },
45       "requires_arc": true
46     },
47     {
48       "name": "SQLCipher",
49       "dependencies": {
50         "SQLCipher/fts": [
52         ],
53         "YapDatabase/common": [
55         ]
56       },
57       "xcconfig": {
58         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"
59       },
60       "requires_arc": true
61     }
62   ]