[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / a / 1 / RTMClient / 1.0.1 / RTMClient.podspec.json
blob018116cc5a55c273d8b43607696193f632e90a72
2   "name": "RTMClient",
3   "dependencies": {
4     "Starscream": [
5       "~> 3.0.2"
6     ]
7   },
8   "version": "1.0.1",
9   "summary": "RTM is a conforming WebSocket client library in Swift.",
10   "description": "RTM is used to send real time messages to users based on conforming WebSocket client library.",
11   "homepage": "https://vie.git.bwinparty.com/rtms/rtms-client-swift",
12   "license": {
13     "type": "MIT",
14     "file": "license"
15   },
16   "authors": "Pooja Malhotra",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source": {
21     "git": "https://vie.git.bwinparty.com/rtms/rtms-client-swift.git",
22     "tag": "master"
23   },
24   "source_files": [
25     "RTMClient",
26     "RTM/**/*.{h,m,swift}"
27   ],
28   "swift_versions": "5.0",
29   "swift_version": "5.0"