blob: fbd23f388735b7da35f41f3694adc0f81dbea6bb [file] [log] [blame]
{
"name": "NyaruDB",
"version": "1.2.2",
"summary": "A simple NoSQL database(key-document).",
"homepage": "https://github.com/kelp404/NyaruDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kelp": "kelp@phate.org"
},
"source": {
"git": "https://github.com/kelp404/NyaruDB.git",
"tag": "1.2.2"
},
"source_files": "NyaruDB/NyaruDB/**/*.{m,h}",
"exclude_files": "**/JSONKit-Nyaru.m",
"requires_arc": true,
"subspecs": [
{
"name": "no-arc",
"source_files": "NyaruDB/NyaruDB/External/JSONKit/JSONKit-Nyaru.m",
"requires_arc": false
}
]
}