blob: 0f26ec2f01fe841ae21724fe2ba4e23c2dd1762f [file] [log] [blame]
{
"name": "NanoStore",
"version": "2.1.2",
"license": "BSD",
"summary": "NanoStore is an open source, lightweight schema-less local key-value document store written in Objective-C for Mac OS X and iOS.",
"homepage": "https://github.com/tciuro/NanoStore",
"authors": {
"Tito Ciuro": "tciuro@mac.com"
},
"source": {
"git": "https://github.com/tciuro/NanoStore.git",
"tag": "2.1.2"
},
"source_files": "Classes/**/*.{h,m}",
"libraries": "sqlite3",
"requires_arc": true
}