blob: 4f793f81199cc989f5343e40187c8496b67482c3 [file] [log] [blame]
{
"name": "Theo",
"version": "4.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": "4.0.0"
},
"source_files": [
"Classes",
"Sources/**/*.swift"
],
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"dependencies": {
"BoltProtocol": [
"~> 1.0.0"
],
"Result": [
"~> 3.2.4"
]
}
}