[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / b / e / PostgresClientKit / 1.2.0 / PostgresClientKit.podspec.json
bloba717568a79529a21711ad785f46eb4ffb610bbba
2   "name": "PostgresClientKit",
3   "version": "1.2.0",
4   "summary": "A PostgreSQL client library for Swift. Does not require libpq.",
5   "homepage": "https://github.com/codewinsdotcom/PostgresClientKit",
6   "license": "Apache License, Version 2.0",
7   "authors": "David Pitfield",
8   "description": "PostgresClientKit provides a friendly Swift API for operating against a PostgreSQL database.\n\nFeatures:\n\n- Doesn't require libpq\n- Developer-friendly API using modern Swift\n- Safe conversion between Postgres and Swift types\n- Memory efficient\n- SSL/TLS support",
9   "swift_versions": "5.0",
10   "platforms": {
11     "ios": "10.0",
12     "osx": "10.12"
13   },
14   "source": {
15     "git": "https://github.com/codewinsdotcom/PostgresClientKit.git",
16     "tag": "v1.2.0"
17   },
18   "source_files": "Sources/**/*.swift",
19   "dependencies": {
20     "BlueSocket": [
21       "~> 1.0"
22     ],
23     "BlueSSLService": [
24       "~> 1.0"
25     ]
26   },
27   "swift_version": "5.0"