blob: 354144298a058923c486c118a92ed93104666cc0 [file] [log] [blame]
{
"name": "SwiftStompClient",
"version": "0.0.2",
"summary": "STOMP implementation on native WebSocket in Swift",
"description": "STOMP implementation with optional heart-beating iOS 13.0+ macOS 10.15+ Mac Catalyst 13.0+ tvOS 13.0+ watchOS 6.0+",
"homepage": "https://github.com/mob-connection/SwiftStompClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mob-connection": "ozhurbaiosdevelop@gmail.com"
},
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/mob-connection/SwiftStompClient.git",
"tag": "0.0.2"
},
"source_files": "SwiftStompClient/**/*.{h,m,swift}",
"swift_version": "5.1"
}