blob: de8a6bded8f98715f87123e53a8180a8200814e6 [file] [log] [blame]
{
"name": "dSRelay",
"version": "0.1.3",
"summary": "A Swift library for connecting with Robot Electronics ethernet relay devices.",
"description": "A Swift library to connect with devices from Robot Electronics such as the dS2824 over network connections.",
"homepage": "https://github.com/Label305/dSRelay",
"license": {
"type": "Apache 2",
"file": "LICENSE"
},
"authors": {
"Mèir Noordermeer": "meirnoordermeer@me.com"
},
"source": {
"git": "https://github.com/Label305/dSRelay.git",
"tag": "0.1.3"
},
"swift_version": "4.2",
"dependencies": {
"SwiftSocket": [
],
"thenPromise": [
]
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source_files": "dSRelay/Classes/**/*"
}