[Add] EcommpaySDK_UI 3.6.6
[CocoaPods.git] / Specs / 6 / 4 / 8 / Theo / 4.0.0.b1 / Theo.podspec.json
blob3eab9a2f6a54ee33b7678cbe37ac0336c2bbd4bf
2   "name": "Theo",
3   "version": "4.0.0.b1",
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     "Niklas Saers": "niklas@saers.com",
13     "Cory Wiles": "corywiles@icloud.com"
14   },
15   "source": {
16     "git": "https://github.com/niklassaers/neo4j-ios.git",
17     "tag": "v4.0.0.b1"
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.3"
31     ],
32     "Result": [
33       "~> 3.2.4"
34     ]
35   },
36   "pushed_with_swift_version": "4.0"