[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / a / PostgresModelFactory / 1.0.8 / PostgresModelFactory.podspec.json
blobfb50d67475e400c5dbb14242c5b911cdf85fa283
2   "name": "PostgresModelFactory",
3   "version": "1.0.8",
4   "summary": "A library to access PostgreSQL database by codable models.",
5   "homepage": "https://github.com/kelvinjjwong/PostgresModelFactory",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "kelvinjjwong": "kelvinjjwong@outlook.com"
11   },
12   "requires_arc": true,
13   "swift_versions": "5.0",
14   "platforms": {
15     "osx": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/kelvinjjwong/PostgresModelFactory.git",
19     "tag": "1.0.8"
20   },
21   "source_files": "Sources/PostgresModelFactory/**/*.swift",
22   "dependencies": {
23     "PostgresClientKit": [
24       "~> 1.5.0"
25     ],
26     "LoggerFactory": [
27       "~> 1.1.0"
28     ]
29   },
30   "swift_version": "5.0"