[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 6 / 4 / 8 / Theo / 3.2.0 / Theo.podspec.json
blobce96946718ec242eb65b49c06f5b5090a9599caa
2   "name": "Theo",
3   "version": "3.2.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.2.0"
18   },
19   "source_files": [
20     "Classes",
21     "Sources/**/*.swift"
22   ],
23   "platforms": {
24     "ios": "10.0",
25     "osx": "10.12",
26     "tvos": "10.0"
27   },
28   "dependencies": {
29     "BoltProtocol": [
30       "~> 0.9.2"
31     ]
32   },
33   "pushed_with_swift_version": "4.0"