blob: 9f581ba3876172e1b2c0a49e3ca5147cac78b84b [file] [log] [blame]
{
"name": "Theo",
"version": "3.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",
"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": "3.0.0"
},
"source_files": [
"Classes",
"Source/Theo/*.swift"
],
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"pushed_with_swift_version": "3.0"
}