[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 6 / 3 / f / JsonDB / 1.0.0 / JsonDB.podspec.json
blob31e02add6da7c4f0af39d30c42d4419f672f18ba
2   "name": "JsonDB",
3   "version": "1.0.0",
4   "summary": "A simple in process database to store, query and manipulate JSON documents.",
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": "1.0.0"
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   }