[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 4 / 9 / NyaruDB / 1.2 / NyaruDB.podspec.json
blobdcbd3d5ec2b3d42db923139e5da17cf6a5732850
2   "name": "NyaruDB",
3   "version": "1.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"
16   },
17   "source_files": "NyaruDB/NyaruDB/**/*.{h,m}",
18   "requires_arc": false,
19   "subspecs": [
20     {
21       "name": "arc",
22       "source_files": "NyaruDB/NyaruDB/*.{h,m}",
23       "requires_arc": true
24     },
25     {
26       "name": "no-arc",
27       "source_files": "NyaruDB/NyaruDB/External/JSONKit/*.{h,m}",
28       "requires_arc": false
29     }
30   ]