[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 2 / 8 / YapDatabase / 2.6.3 / YapDatabase.podspec.json
blob4239d49feade0684bee83fe55c42d7337ce5f02b
2   "name": "YapDatabase",
3   "version": "2.6.3",
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.6.3"
17   },
18   "default_subspecs": "standard",
19   "subspecs": [
20     {
21       "name": "standard",
22       "libraries": "sqlite3",
23       "dependencies": {
24         "CocoaLumberjack": [
25           "~> 1"
26         ]
27       },
28       "source_files": "YapDatabase/**/*.{h,m,mm}",
29       "private_header_files": "YapDatabase/**/Internal/*.h",
30       "xcconfig": {
31         "OTHER_LDFLAGS": "-weak_library /usr/lib/libc++.dylib"
32       },
33       "requires_arc": true
34     },
35     {
36       "name": "SQLCipher",
37       "dependencies": {
38         "SQLCipher/fts": [
40         ],
41         "CocoaLumberjack": [
42           "~> 1"
43         ]
44       },
45       "source_files": "YapDatabase/**/*.{h,m,mm}",
46       "private_header_files": "YapDatabase/**/Internal/*.h",
47       "xcconfig": {
48       },
49       "requires_arc": true
50     }
51   ]