[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 8 / SwiftStomp / 1.2.1 / SwiftStomp.podspec.json
blobe81f6ddb46885ee9a4bdad9875dc0e5efeeade24
2   "name": "SwiftStomp",
3   "version": "1.2.1",
4   "summary": "An elegant Stomp client for iOS.",
5   "description": "SwiftStomp is and elegant, light-weight and easy-to-use STOMP (Simple Text Oriented Messaging Protocol) client for iOS.\nIt's based on `URLSessionWebSocketTask`.",
6   "homepage": "https://github.com/Romixery/SwiftStomp",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Romixery": "http://attar.ai"
13   },
14   "source": {
15     "git": "https://github.com/Romixery/SwiftStomp.git",
16     "tag": "1.2.1"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "tvos": "13.0"
22   },
23   "swift_versions": "5.0",
24   "source_files": "SwiftStomp/Classes/**/*",
25   "dependencies": {
26     "ReachabilitySwift": [
27       "~> 5.2.1"
28     ]
29   },
30   "swift_version": "5.0"