[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 4 / 8 / Theo / 3.1.0 / Theo.podspec.json
blob54ff60608e7c4076dfa889b7b8d57013e4b113ee
2   "name": "Theo",
3   "version": "3.1.0",
4   "summary": "Open Source Neo4j library for iOS",
5   "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",
6   "homepage": "https://github.com/GraphStory/neo4j-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cory Wiles": "corywiles@icloud.com",
13     "Niklas Saers": "niklas@saers.com"
14   },
15   "source": {
16     "git": "https://github.com/GraphStory/neo4j-ios.git",
17     "tag": "v3.1.0"
18   },
19   "source_files": [
20     "Classes",
21     "Sources/**/*.swift"
22   ],
23   "platforms": {
24     "ios": "10.0"
25   },
26   "dependencies": {
27     "BoltProtocol": [
28       "~> 0.8.7"
29     ]
30   },
31   "pushed_with_swift_version": "3.1.1"