blob: 2650bc6ae94e6c46afe575ca743c5588cf74b243 [file] [log] [blame]
{
"name": "NanoStore",
"version": "2.1.4",
"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.4"
},
"source_files": "Classes/**/*.{h,m}",
"libraries": "sqlite3",
"requires_arc": true
}