blob: b31dad006adaec35c471c6a67693fe8a3bce7bc3 [file] [log] [blame]
{
"name": "NTJsonStore",
"version": "1.00",
"summary": "a schemaless document-oriented data store that will be immediately familiar of you have used MongoDB or similar systems.",
"homepage": "https://github.com/NagelTech/NTJsonStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ethan Nagel": "eanagel@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/NagelTech/NTJsonStore.git",
"tag": "1.00"
},
"requires_arc": true,
"libraries": "sqlite3",
"source_files": "classes/ios/*.{h,m}",
"public_header_files": [
"classes/ios/NTJsonStore.h",
"classes/ios/NTJsonCollection.h",
"classes/ios/NTJsonStoreTypes.h"
]
}