blob: 81428413aef4d6c8bc016264e08a7e4fe56f3dec [file] [log] [blame]
{
"name": "Theo",
"version": "5.0.0",
"summary": "Open Source Neo4j library for iOS",
"description": "Theo is an open-source framework written in Swift that provides an interface for interacting with Neo4j.\n\nFeatures:\n- CRUD operations for Nodes and Relationships\n- Transaction statement execution\n- Bolt support",
"homepage": "https://github.com/Neo4j-Swift/Neo4j-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Niklas Saers": "niklas@saers.com",
"Cory Wiles": "corywiles@icloud.com"
},
"source": {
"git": "https://github.com/Neo4j-Swift/Neo4j-Swift.git",
"tag": "5.0.0"
},
"source_files": [
"Classes",
"Sources/**/*.swift"
],
"platforms": {
"ios": "12.2",
"osx": "10.14",
"tvos": "12.2"
},
"dependencies": {
"BoltProtocol": [
"~> 5.0"
],
"Result": [
"~> 4.1.0"
]
}
}