[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 1 / 8 / 2 / PBKeyValueDB / 0.1.0 / PBKeyValueDB.podspec.json
blob13fd181e3fe6cedd08c425c18804e51d9cda41d7
2   "name": "PBKeyValueDB",
3   "version": "0.1.0",
4   "summary": "PBKeyValueDB",
5   "homepage": "https://github.com/PB-Tech/PBKeyValueDB",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "PB-Tech": "pbyte.technology@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/PB-Tech/PBKeyValueDB.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.8",
20     "watchos": "2.0",
21     "tvos": "8.0"
22   },
23   "frameworks": "Foundation",
24   "libraries": "sqlite3",
25   "source_files": "src/**/*.{m,h}",
26   "public_header_files": "src/**/*.h",
27   "requires_arc": true,
28   "dependencies": {
29     "FMDB": [
30       "~> 2.6.2"
31     ]
32   }