[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / 0 / SwiftFFDBHotFix / 2.3.1 / SwiftFFDBHotFix.podspec.json
blob00949b96bf14ee4f5ca4c33fecfb000be4cbc0d7
2   "name": "SwiftFFDBHotFix",
3   "version": "2.3.1",
4   "summary": "a Object/Relational Mapping (ORM) support to iOS.",
5   "homepage": "https://github.com/zjc19891106/Swift-FFDB",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "fidetro": "zykzzzz@hotmail.com"
12   },
13   "platforms": {
14     "ios": "12.0"
15   },
16   "source": {
17     "git": "https://github.com/zjc19891106/Swift-FFDB.git",
18     "tag": "2.3.1"
19   },
20   "source_files": [
21     "Sources",
22     "Sources/*.{swift}"
23   ],
24   "libraries": "sqlite3",
25   "dependencies": {
26     "FMDB": [
27       "~> 2.7.2"
28     ]
29   }