blob: 174973e03ca0b31fc86afa19790d34073d763239 [file] [log] [blame]
{
"name": "SwiftStomp",
"version": "0.1.0",
"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": "Apache Licens, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Ahmad Daneshvar": "http://iamdaneshvar.com"
},
"source": {
"git": "https://github.com/Romixery/SwiftStomp.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "SwiftStomp/Classes/**/*",
"dependencies": {
"Starscream": [
"~> 4.0.0"
]
},
"swift_version": "5.0"
}