[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / f / 6 / SwCtDB / 0.0.3 / SwCtDB.podspec.json
blob7c345debe965dd12a60497809819663de923c1b8
2   "name": "SwCtDB",
3   "version": "0.0.3",
4   "summary": "一个Swift版的Sqlite操作库",
5   "description": "Sqlite的模型化库,自动化处理建表,删表,更新字段等工作,并能大限度的降低sql语句编写工作",
6   "homepage": "https://github.com/clint23/SwCtDB",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "clint": "3243629382@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/clint23/SwCtDB.git",
19     "tag": "0.0.3"
20   },
21   "swift_version": "4.1",
22   "source_files": "SwCtDB/SwCtDB/SwCtDB.swift",
23   "frameworks": "UIKit",
24   "libraries": "sqlite3",
25   "requires_arc": true