[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 1 / a / RBSManager / 0.1.0 / RBSManager.podspec.json
blob6a2c2dbf78a263018c910747391a1df7408a5a31
2   "name": "RBSManager",
3   "version": "0.1.0",
4   "summary": "RBSManager is a Swift native tool to connect to ROSBridge servers using Websockets.",
5   "description": "RBSManager is a continuation of my previous project, RBManager, to provide an iOS compatible library to make mobile connections to ROS easier. By handling the socket connection, JSON serialization and message processing automatically, users can get back to making their robots more useful.",
6   "homepage": "https://github.com/wesgood/RBSManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wesgood": "w@wesg.ca"
13   },
14   "source": {
15     "git": "https://github.com/wesgood/RBSManager.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/wesgood",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "RBSManager/Classes/**/*",
23   "dependencies": {
24     "Starscream": [
25       "~> 3.0.2"
26     ],
27     "ObjectMapper": [
28       "~> 3.1"
29     ]
30   },
31   "pushed_with_swift_version": "3.2"