blob: cf2a05a556272c1156833a7ffeb37742545c5c91 [file] [log] [blame]
{
"name": "PostgresClientKit",
"version": "0.3.2",
"summary": "A PostgreSQL client library for Swift. Does not require libpq.",
"homepage": "https://github.com/codewinsdotcom/PostgresClientKit",
"license": "Apache License, Version 2.0",
"authors": "David Pitfield",
"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",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/codewinsdotcom/PostgresClientKit.git",
"tag": "v0.3.2"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"BlueSocket": [
"~> 1.0"
],
"BlueSSLService": [
"~> 1.0"
]
},
"swift_version": "5.0"
}