[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 1 / a / RBSManager / 0.4 / RBSManager.podspec.json
blob7b792e17fcff35eb731458d6b03a057b8f61b79b
2   "name": "RBSManager",
3   "version": "0.4",
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.4"
17   },
18   "social_media_url": "https://twitter.com/wesgood",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "RBSManager/Classes/**/*",
24   "dependencies": {
25     "Starscream": [
26       "~> 3.1.1"
27     ],
28     "ObjectMapper": [
29       "~> 4.2"
30     ]
31   },
32   "swift_version": "5.0"