| { |
| "name": "RHDatabase", |
| "version": "0.3.12.1", |
| "summary": "封装FMDB,支持全文检索、支持条件对象查询、支持定时收回SQLite空间、支持JSON定义表、自动增加表字段等", |
| "homepage": "https://github.com/cochat/TCDatabase", |
| "license": "Apache", |
| "authors": { |
| "ichensheng": "cs200521@163.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/cochat/TCDatabase.git", |
| "tag": "0.3.12.1" |
| }, |
| "source_files": "TCDatabase/Classes/*.{h,m}", |
| "resources": "TCDatabase/Classes/*.txt", |
| "requires_arc": true, |
| "dependencies": { |
| "FMDB/FTS": [ |
| "~> 2.6.2" |
| ], |
| "FCFileManager": [ |
| "~> 1.0.17" |
| ] |
| } |
| } |