blob: e704dd4ec0ebe8f0a3d51164c0713510035cfdf2 [file] [log] [blame]
{
"name": "lowladb-objc",
"version": "0.0.1",
"summary": "Objective C wrapper for the LowlaDB database engine.",
"homepage": "https://github.com/lowla/lowladb-objc",
"license": "MIT",
"authors": {
"Mark Dixon": "mark_dixon@teamstudio.com"
},
"source": {
"git": "https://github.com/lowla/lowladb-objc.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"liblowladb": [
]
}
}