[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 0 / 1 / c / ohmoc / 0.1.0 / ohmoc.podspec.json
blob3700bbe8ce6ad890d8937a8ea8adb266dc97cebc
2   "name": "ohmoc",
3   "version": "0.1.0",
4   "summary": "Object-hash mapping library for rlite",
5   "description": "                       Ohmoc is a library for storing objects in rlite,\n                       a persistent key-value database.\n",
6   "homepage": "https://github.com/seppo0010/ohmoc",
7   "license": "MIT",
8   "authors": {
9     "Sebastian Waisbrot": "seppo0010@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/seppo0010/ohmoc.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "dependencies": {
22     "objc-rlite": [
23       "~> 0.1.5"
24     ],
25     "msgpack": [
26       "~> 0.1.3"
27     ]
28   }