[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 3 / 8 / SwiftStomp / 1.1.1 / SwiftStomp.podspec.json
blob01636f88b271cf9fb59c5e447be761afd8df71d6
2   "name": "SwiftStomp",
3   "version": "1.1.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 Starscream, an amazing Websocket library for swift.",
6   "homepage": "https://github.com/Romixery/SwiftStomp",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ahmad Daneshvar": "http://iamdaneshvar.com"
13   },
14   "source": {
15     "git": "https://github.com/Romixery/SwiftStomp.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0"
22   },
23   "swift_versions": "5.0",
24   "source_files": "SwiftStomp/Classes/**/*",
25   "dependencies": {
26     "Starscream": [
27       "~> 4.0.4"
28     ],
29     "ReachabilitySwift": [
30       "~> 5.0.0"
31     ]
32   },
33   "swift_version": "5.0"