[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 4 / 8 / Theo / 3.0.0 / Theo.podspec.json
blob9f581ba3876172e1b2c0a49e3ca5147cac78b84b
2   "name": "Theo",
3   "version": "3.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",
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": "3.0.0"
18   },
19   "source_files": [
20     "Classes",
21     "Source/Theo/*.swift"
22   ],
23   "platforms": {
24     "ios": "9.0",
25     "osx": "10.11"
26   },
27   "pushed_with_swift_version": "3.0"