blob: 3700bbe8ce6ad890d8937a8ea8adb266dc97cebc [file] [log] [blame]
{
"name": "ohmoc",
"version": "0.1.0",
"summary": "Object-hash mapping library for rlite",
"description": " Ohmoc is a library for storing objects in rlite,\n a persistent key-value database.\n",
"homepage": "https://github.com/seppo0010/ohmoc",
"license": "MIT",
"authors": {
"Sebastian Waisbrot": "seppo0010@gmail.com"
},
"source": {
"git": "https://github.com/seppo0010/ohmoc.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"objc-rlite": [
"~> 0.1.5"
],
"msgpack": [
"~> 0.1.3"
]
}
}