[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 6 / 4 / 8 / Theo / 5.0.0 / Theo.podspec.json
blob81428413aef4d6c8bc016264e08a7e4fe56f3dec
2   "name": "Theo",
3   "version": "5.0.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/Neo4j-Swift/Neo4j-Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Niklas Saers": "niklas@saers.com",
13     "Cory Wiles": "corywiles@icloud.com"
14   },
15   "source": {
16     "git": "https://github.com/Neo4j-Swift/Neo4j-Swift.git",
17     "tag": "5.0.0"
18   },
19   "source_files": [
20     "Classes",
21     "Sources/**/*.swift"
22   ],
23   "platforms": {
24     "ios": "12.2",
25     "osx": "10.14",
26     "tvos": "12.2"
27   },
28   "dependencies": {
29     "BoltProtocol": [
30       "~> 5.0"
31     ],
32     "Result": [
33       "~> 4.1.0"
34     ]
35   }