[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 9 / 6 / d / dSRelay / 0.1.3 / dSRelay.podspec.json
blobde8a6bded8f98715f87123e53a8180a8200814e6
2   "name": "dSRelay",
3   "version": "0.1.3",
4   "summary": "A Swift library for connecting with Robot Electronics ethernet relay devices.",
5   "description": "A Swift library to connect with devices from Robot Electronics such as the dS2824 over network connections.",
6   "homepage": "https://github.com/Label305/dSRelay",
7   "license": {
8     "type": "Apache 2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mèir Noordermeer": "meirnoordermeer@me.com"
13   },
14   "source": {
15     "git": "https://github.com/Label305/dSRelay.git",
16     "tag": "0.1.3"
17   },
18   "swift_version": "4.2",
19   "dependencies": {
20     "SwiftSocket": [
22     ],
23     "thenPromise": [
25     ]
26   },
27   "platforms": {
28     "ios": "9.0",
29     "osx": "10.10"
30   },
31   "source_files": "dSRelay/Classes/**/*"