blob: fa5714a5e6b3d59dc5be265d8c12cb21f0faa5ed [file] [log] [blame]
{
"name": "PostgresClientKit",
"version": "0.1.0",
"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",
"documentation_url": "https://codewinsdotcom.github.io/PostgresClientKit/Docs/API/index.html",
"swift_version": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/codewinsdotcom/PostgresClientKit.git",
"tag": "v0.1.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"BlueSocket": [
"~> 1.0"
],
"BlueSSLService": [
"~> 1.0"
]
}
}