[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 4 / 0 / SwiftStompClient / 0.0.7 / SwiftStompClient.podspec.json
blobaa25cbefbd6a5ca47dd0aef2781cf6f94745eaee
2   "name": "SwiftStompClient",
3   "version": "0.0.7",
4   "summary": "STOMP implementation on native WebSocket in Swift",
5   "description": "Swift [STOMP](https://stomp.github.io) client for swift via [WebSocketTask](https://developer.apple.com/documentation/foundation/urlsessionwebsockettask) with [Heart-beating](https://stomp.github.io/stomp-specification-1.2.html#Heart-beating) iOS 15.0+ macOS 12.0+ tvOS 15.0+ watchOS 8.0+",
6   "homepage": "https://github.com/mob-connection/SwiftStompClient",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mob-connection": "ozhurbaiosdevelop@gmail.com"
13   },
14   "platforms": {
15     "ios": "15.0",
16     "osx": "12.0",
17     "tvos": "15.0",
18     "watchos": "8.0"
19   },
20   "swift_versions": "5.5",
21   "source": {
22     "git": "https://github.com/mob-connection/SwiftStompClient.git",
23     "tag": "0.0.7"
24   },
25   "source_files": "SwiftStompClient/**/*.{h,m,swift}",
26   "resource_bundles": {
27     "SwiftStompClient": [
28       "SwiftStompClient/PrivacyInfo.xcprivacy"
29     ]
30   },
31   "swift_version": "5.5"