[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / 3 / f / JsonDB / 0.2.1 / JsonDB.podspec.json
blobde0f7c6eff3a0fa9bce666338c9c28aad876a533
2   "name": "JsonDB",
3   "version": "0.2.1",
4   "summary": "A simple in process database to store, query and manipulate JSON documents in Objective-C.",
5   "homepage": "https://github.com/pierredavidbelanger/JsonDB",
6   "license": "MIT",
7   "authors": {
8     "Pierre-David BeĢlanger": "pierredavidbelanger@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pierredavidbelanger/JsonDB.git",
12     "tag": "0.2.1"
13   },
14   "requires_arc": true,
15   "source_files": "JsonDB/*.{h,m}",
16   "public_header_files": "JsonDB/*.h",
17   "private_header_files": "JsonDB/*+Private.h",
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "dependencies": {
23     "FMDB": [
24       "~> 2.0"
25     ]
26   }