[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / c / 2 / 8 / YapDatabase / 2.7.4 / YapDatabase.podspec.json
blobc46e680e671f1b10a94c2c462fe8210283eb5718
2   "name": "YapDatabase",
3   "version": "2.7.4",
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.4"
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}",
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       "source_files": "YapDatabase/**/*.{h,m,mm}",
45       "private_header_files": "YapDatabase/**/Internal/*.h",
46       "xcconfig": {
47         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"
48       },
49       "requires_arc": true
50     }
51   ]