blob: dcbd3d5ec2b3d42db923139e5da17cf6a5732850 [file] [log] [blame]
{
"name": "NyaruDB",
"version": "1.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"
},
"source_files": "NyaruDB/NyaruDB/**/*.{h,m}",
"requires_arc": false,
"subspecs": [
{
"name": "arc",
"source_files": "NyaruDB/NyaruDB/*.{h,m}",
"requires_arc": true
},
{
"name": "no-arc",
"source_files": "NyaruDB/NyaruDB/External/JSONKit/*.{h,m}",
"requires_arc": false
}
]
}