blob: 41c3481f3a4abbdff43d0cf4f23357e5ba88dfbb [file] [log] [blame]
{
"name": "MongoKitten",
"platforms": {
"ios": "12.0"
},
"version": "5.1.2",
"summary": "A pure swift, native MongoDB driver",
"description": "High and low level APIs for interacting with MongoDB databases. Supports codable, transactions and all async.",
"swift_versions": "4.2",
"homepage": "https://github.com/OpenKitten/MongoKitten",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"joannis": "joannis@orlandos.nl"
},
"source": {
"git": "https://github.com/OpenKitten/MongoKitten.git",
"tag": "5.1.2"
},
"social_media_url": "https://twitter.com/joannisorlandos",
"dependencies": {
"BSON": [
">= 6.0.2"
],
"SwiftNIOTransportServices": [
">= 0.5"
],
"mongo_embedded": [
">= 4.0.4"
]
},
"subspecs": [
{
"name": "_MongoKittenCrypto",
"source_files": "Sources/_MongoKittenCrypto/*"
},
{
"name": "GridFS",
"source_files": "Sources/GridFS/**/*",
"dependencies": {
"MongoKitten/Core": [
]
}
},
{
"name": "Core",
"source_files": "Sources/MongoKitten/**/*",
"dependencies": {
"MongoKitten/_MongoKittenCrypto": [
]
}
}
]
}