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