blob: 1500a6c5672aedd02599cf4f71c1c318695185f4 [file] [log] [blame]
{
"name": "SignalKClient",
"version": "0.6.2",
"summary": "Client Library For Accessing Signal K Servers From an iOS Application.",
"description": "Client Library For Accessing Signal K Servers From an iOS Application",
"homepage": "https://github.com/SignalK/signalk-ios-client",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"scott@scottbender.net": "scott@scottbender.net"
},
"source": {
"git": "https://github.com/SignalK/signalk-ios-client.git",
"tag": "0.6.2"
},
"platforms": {
"ios": "9.3",
"osx": "10.10",
"tvos": "10.2",
"watchos": "3.0"
},
"source_files": "SignalKClient/Classes/**/*",
"ios": {
"dependencies": {
"SocketRocket": [
"~> 0.5.1"
]
}
},
"osx": {
"dependencies": {
"SocketRocket": [
"~> 0.5.1"
]
}
},
"tvos": {
"dependencies": {
"SocketRocket": [
"~> 0.5.1"
]
}
}
}