blob: d53d87e55519c02698333fed10938f504ddb5d20 [file] [log] [blame]
{
"name": "Theo",
"version": "4.0.0.b4",
"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/GraphStory/neo4j-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Niklas Saers": "niklas@saers.com",
"Cory Wiles": "corywiles@icloud.com"
},
"source": {
"git": "https://github.com/niklassaers/neo4j-ios.git",
"tag": "v4.0.0.b4"
},
"source_files": [
"Classes",
"Sources/**/*.swift"
],
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"dependencies": {
"BoltProtocol": [
"~> 0.9.6"
],
"Result": [
"~> 3.2.4"
]
},
"pushed_with_swift_version": "4.0"
}