[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 2 / 8 / YapDatabase / 2.7.1 / YapDatabase.podspec.json
blob4c015cd57b62dc43ae6c1ba4358974c38bd660c6
2   "name": "YapDatabase",
3   "version": "2.7.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.7.1"
17   },
18   "module_map": "module.modulemap",
19   "default_subspecs": "standard",
20   "subspecs": [
21     {
22       "name": "standard",
23       "libraries": "sqlite3",
24       "dependencies": {
25         "CocoaLumberjack": [
26           "~> 2"
27         ]
28       },
29       "source_files": "YapDatabase/**/*.{h,m,mm}",
30       "private_header_files": "YapDatabase/**/Internal/*.h",
31       "xcconfig": {
32         "OTHER_LDFLAGS": "-weak_library /usr/lib/libc++.dylib"
33       },
34       "requires_arc": true
35     },
36     {
37       "name": "SQLCipher",
38       "dependencies": {
39         "SQLCipher/fts": [
41         ],
42         "CocoaLumberjack": [
43           "~> 2"
44         ]
45       },
46       "source_files": "YapDatabase/**/*.{h,m,mm}",
47       "private_header_files": "YapDatabase/**/Internal/*.h",
48       "xcconfig": {
49         "OTHER_LDFLAGS": "-weak_library /usr/lib/libc++.dylib",
50         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"
51       },
52       "requires_arc": true
53     }
54   ]