[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 8 / SwiftStomp / 0.1.1 / SwiftStomp.podspec.json
blobcff90877cc5c7104023db55928812285d867cef2
2   "name": "SwiftStomp",
3   "version": "0.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": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "SwiftStomp/Classes/**/*",
23   "dependencies": {
24     "Starscream": [
25       "~> 4.0.0"
26     ]
27   },
28   "swift_version": "5.0"