[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 2 / 8 / YapDatabase / 2.3.1 / YapDatabase.podspec.json
blob8fbf56fd37dac1e9427cee6d5dc32d7f9d7102c4
2   "name": "YapDatabase",
3   "version": "2.3.1",
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.1",
9     "osx": "10.8"
10   },
11   "libraries": "sqlite3",
12   "authors": {
13     "yaptv": "robbiehanson@deusty.com"
14   },
15   "source": {
16     "git": "https://github.com/yaptv/YapDatabase.git",
17     "tag": "2.3.1"
18   },
19   "source_files": "YapDatabase/**/*.{h,m,mm}",
20   "xcconfig": {
21     "OTHER_LDFLAGS": "-weak_library /usr/lib/libc++.dylib"
22   },
23   "public_header_files": "YapDatabase/Key_Value/YapDatabase.h",
24   "dependencies": {
25     "CocoaLumberjack": [
26       "~> 1.6.3"
27     ]
28   },
29   "requires_arc": true