[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / 7 / 2 / 8 / ROSConnector / 0.0.3 / ROSConnector.podspec.json
blob2616a0d66f39bcba7c6b06e645b4d103966f4133
2   "name": "ROSConnector",
3   "version": "0.0.3",
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.3"
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"