blob: 54ff60608e7c4076dfa889b7b8d57013e4b113ee [file] [log] [blame]
{
"name": "Theo",
"version": "3.1.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/GraphStory/neo4j-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cory Wiles": "corywiles@icloud.com",
"Niklas Saers": "niklas@saers.com"
},
"source": {
"git": "https://github.com/GraphStory/neo4j-ios.git",
"tag": "v3.1.0"
},
"source_files": [
"Classes",
"Sources/**/*.swift"
],
"platforms": {
"ios": "10.0"
},
"dependencies": {
"BoltProtocol": [
"~> 0.8.7"
]
},
"pushed_with_swift_version": "3.1.1"
}