[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / 1 / e / RHDatabase / 0.3.12.1 / RHDatabase.podspec.json
blob94e03702ab3d4d7b34dc961c8bd892f20e3f4c59
2   "name": "RHDatabase",
3   "version": "0.3.12.1",
4   "summary": "封装FMDB,支持全文检索、支持条件对象查询、支持定时收回SQLite空间、支持JSON定义表、自动增加表字段等",
5   "homepage": "https://github.com/cochat/TCDatabase",
6   "license": "Apache",
7   "authors": {
8     "ichensheng": "cs200521@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/cochat/TCDatabase.git",
15     "tag": "0.3.12.1"
16   },
17   "source_files": "TCDatabase/Classes/*.{h,m}",
18   "resources": "TCDatabase/Classes/*.txt",
19   "requires_arc": true,
20   "dependencies": {
21     "FMDB/FTS": [
22       "~> 2.6.2"
23     ],
24     "FCFileManager": [
25       "~> 1.0.17"
26     ]
27   }