[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 4 / 9 / NyaruDB / 1.2.2 / NyaruDB.podspec.json
blobfbd23f388735b7da35f41f3694adc0f81dbea6bb
2   "name": "NyaruDB",
3   "version": "1.2.2",
4   "summary": "A simple NoSQL database(key-document).",
5   "homepage": "https://github.com/kelp404/NyaruDB",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kelp": "kelp@phate.org"
12   },
13   "source": {
14     "git": "https://github.com/kelp404/NyaruDB.git",
15     "tag": "1.2.2"
16   },
17   "source_files": "NyaruDB/NyaruDB/**/*.{m,h}",
18   "exclude_files": "**/JSONKit-Nyaru.m",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "no-arc",
23       "source_files": "NyaruDB/NyaruDB/External/JSONKit/JSONKit-Nyaru.m",
24       "requires_arc": false
25     }
26   ]