[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 2 / 8 / ROSConnector / 0.0.2 / ROSConnector.podspec.json
blob1a8becbb285028a49d2b507fb219c6c96d4fb238
2   "name": "ROSConnector",
3   "version": "0.0.2",
4   "summary": "ROSConnecor is library for ROSBridge that uses WebSockets to communicate with Robot Operating System (ROS)",
5   "homepage": "https://github.com/makeevt/ROSConnector",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Timofey Makeev": "makeev_ta@mail.ru"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/makeevt/ROSConnector.git",
18     "tag": "0.0.2"
19   },
20   "source_files": "ROSConnector/**/*.{swift}",
21   "requires_arc": true,
22   "dependencies": {
23     "SocketRocket": [
24       "~> 0.5"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"