blob: 66a22e13f61c5ada8231a71ff25bb720ce1f45a6 [file] [log] [blame]
{
"name": "ROSConnector",
"version": "0.0.4",
"summary": "ROSConnecor is library for ROSBridge that uses WebSockets to communicate with Robot Operating System (ROS)",
"homepage": "https://github.com/makeevt/ROSConnector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Timofey Makeev": "makeev_ta@mail.ru"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/makeevt/ROSConnector.git",
"tag": "0.0.4"
},
"source_files": "ROSConnector/*.{swift}",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"~> 0.5"
]
},
"pushed_with_swift_version": "3.0"
}