[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 7 / 0 / CtDB / 0.0.1 / CtDB.podspec.json
blob73a2a0603d7cf56c98497bca37f3f96a983360cb
2   "name": "CtDB",
3   "version": "0.0.1",
4   "summary": "一个基于sqlite3的模型化数据库操作库.",
5   "description": "发布了CtDB,这是一个基于sqlite3的模型化数据库操作库.",
6   "homepage": "https://github.com/clint23/CtDB",
7   "license": "MIT",
8   "authors": {
9     "clint": "3243629382@qq.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/clint23/CtDB.git",
16     "tag": "v0.0.1"
17   },
18   "source_files": "CtDB/*.{h,m}",
19   "frameworks": "UIKit",
20   "libraries": "sqlite3",
21   "requires_arc": true