blob: 8804e1160e963b1748f0b55e8c4bc9efe954c710 [file] [log] [blame]
{
"name": "RxSTOMP",
"platforms": {
"ios": "10.0"
},
"summary": "Simple implementation of STOMP protocol via CocoaAsyncSocket and RxSwift",
"requires_arc": true,
"version": "0.1.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pavel Shatalov": "shatalovp@gmail.com"
},
"homepage": "https://github.com/seidju/RxSTOMP",
"source": {
"git": "https://github.com/seidju/RxSTOMP.git",
"tag": "0.1.3"
},
"frameworks": "Foundation",
"dependencies": {
"CocoaAsyncSocket": [
],
"RxSwift": [
]
},
"source_files": "RxSTOMP/**/*.{swift}",
"pushed_with_swift_version": "3.0"
}