blob: ce33c1beac41dbe6fbb2370aa97b18115e0aedff [file] [log] [blame]
{
"name": "SwiftStomp",
"version": "1.0.1",
"summary": "An elegant Stomp client for iOS.",
"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.",
"homepage": "https://github.com/Romixery/SwiftStomp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ahmad Daneshvar": "http://iamdaneshvar.com"
},
"source": {
"git": "https://github.com/Romixery/SwiftStomp.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"swift_versions": "5.0",
"source_files": "SwiftStomp/Classes/**/*",
"dependencies": {
"Starscream": [
"~> 4.0.3"
],
"ReachabilitySwift": [
"~> 5.0.0"
]
},
"swift_version": "5.0"
}