blob: 08a6fdb213f01bbb69dbc677a5acafda5e0e2acc [file] [log] [blame]
{
"name": "NanoStore",
"version": "2.5.7",
"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.5.7"
},
"source_files": "Classes/**/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"libraries": "sqlite3",
"requires_arc": true
}