2 "name": "sdk-xyo-swift",
4 "summary": "An easy to use XYO Platform wrapper for swift developers.",
5 "description": "Add the pod to your Podfile:\n\npod 'sdk-xyo-swift'\n\nImport the sdk in your controller to control the node:\n\nimport sdk_xyo_swift\n\nYou can make any iOS device a node with the XyoNodeBuilder:\n\nlet builder = XyoNodeBuilder()\ndo {\n xyoNode = try builder.build()\n}\ncatch {\n print(\"Caught Error Building Xyo Node(error)\")\n}\n\nMake that node scan for devices to start bound witnessing and passing secure data over bluetooth or tcpip.\n\nlet ble = xyoNode?.networks[\"ble\"] as? XyoBleNetwork\nif isClient {\n ble?.client?.scan = on\n} else {\n ble?.server?.listen = on\n}",
6 "swift_versions": "4.0",
7 "homepage": "https://github.com/XYOracleNetwork/sdk-xyo-swift",
13 "XY - The Persistent Company": "developers@xyo.network"
16 "git": "https://github.com/XYOracleNetwork/sdk-xyo-swift.git",
19 "social_media_url": "https://twitter.com/xyodevs",
20 "documentation_url": "https://github.com/XYOracleNetwork/sdk-xyo-swift",
24 "source_files": "Source/**/*.swift",
26 "sdk-xyobleinterface-swift": [
30 "swift_version": "4.0"