[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 4 / 1 / a / RBSManager / 0.3.2 / RBSManager.podspec.json
blob4dfe6abee81180fd585c9c77af7bfa849816f208
2   "name": "RBSManager",
3   "version": "0.3.2",
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.3.2"
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.3"
26     ],
27     "ObjectMapper": [
28       "~> 3.4.2"
29     ]
30   }