[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / b / 3 / e / RxSTOMP / 0.1.3 / RxSTOMP.podspec.json
blob8804e1160e963b1748f0b55e8c4bc9efe954c710
2   "name": "RxSTOMP",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "summary": "Simple implementation of STOMP protocol via CocoaAsyncSocket and RxSwift",
7   "requires_arc": true,
8   "version": "0.1.3",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Pavel Shatalov": "shatalovp@gmail.com"
15   },
16   "homepage": "https://github.com/seidju/RxSTOMP",
17   "source": {
18     "git": "https://github.com/seidju/RxSTOMP.git",
19     "tag": "0.1.3"
20   },
21   "frameworks": "Foundation",
22   "dependencies": {
23     "CocoaAsyncSocket": [
25     ],
26     "RxSwift": [
28     ]
29   },
30   "source_files": "RxSTOMP/**/*.{swift}",
31   "pushed_with_swift_version": "3.0"