[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 5 / 8 / sdk-xyo-swift / 1.0.13 / sdk-xyo-swift.podspec.json
blob5648f7bd094984689e8270bee07418289c8cc246
2   "name": "sdk-xyo-swift",
3   "version": "1.0.13",
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",
8   "license": {
9     "type": "LGPL3",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "XY - The Persistent Company": "developers@xyo.network"
14   },
15   "source": {
16     "git": "https://github.com/XYOracleNetwork/sdk-xyo-swift.git",
17     "tag": "1.0.13"
18   },
19   "social_media_url": "https://twitter.com/xyodevs",
20   "documentation_url": "https://github.com/XYOracleNetwork/sdk-xyo-swift",
21   "platforms": {
22     "ios": "11.0"
23   },
24   "source_files": "Source/**/*.swift",
25   "dependencies": {
26     "sdk-core-swift": [
27       "~> 3.1.2"
28     ],
29     "XyBleSdk": [
30       "~> 3.1.6"
31     ]
32   },
33   "swift_version": "4.0"