[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / b / e / PostgresClientKit / 0.1.0 / PostgresClientKit.podspec.json
blobfa5714a5e6b3d59dc5be265d8c12cb21f0faa5ed
2   "name": "PostgresClientKit",
3   "version": "0.1.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   "documentation_url": "https://codewinsdotcom.github.io/PostgresClientKit/Docs/API/index.html",
10   "swift_version": "5.0",
11   "platforms": {
12     "ios": "10.0",
13     "osx": "10.12"
14   },
15   "source": {
16     "git": "https://github.com/codewinsdotcom/PostgresClientKit.git",
17     "tag": "v0.1.0"
18   },
19   "source_files": "Sources/**/*.swift",
20   "dependencies": {
21     "BlueSocket": [
22       "~> 1.0"
23     ],
24     "BlueSSLService": [
25       "~> 1.0"
26     ]
27   }