[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 2 / 8 / YapDatabase / 1.2.2 / YapDatabase.podspec.json
blob5e765dff6135268ed38461d38a224638358e4311
2   "name": "YapDatabase",
3   "version": "1.2.2",
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   "authors": {
12     "yaptv": "robbiehanson@deusty.com"
13   },
14   "source": {
15     "git": "https://github.com/yaptv/YapDatabase.git",
16     "tag": "1.2.2"
17   },
18   "source_files": "YapDatabase/**/*.{h,m}",
19   "public_header_files": "YapDatabase/Key_Value/YapDatabase.h",
20   "dependencies": {
21     "CocoaLumberjack": [
22       "~> 1.6.2"
23     ]
24   },
25   "requires_arc": true