blob: 7f50b0cc07fc5eb098a1fe9d06c30a364b007621 [file] [log] [blame]
{
"name": "SwiftWamp",
"version": "0.2.6",
"summary": "WAMP protocol implementation in swift",
"description": "the WAMP WebSocket subprotocol implemented purely in Swift using Starscream, SwiftyJSON & SwiftPack",
"homepage": "https://gitlab.com/danysousa/SwiftWamp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yossi Abraham": "yo.ab@outlook.com",
"Dany Sousa": "danysousa@protonmail.com"
},
"source": {
"git": "https://gitlab.com/danysousa/SwiftWamp.git",
"tag": "0.2.6"
},
"documentation_url": "https://gitlab.com/danysousa/SwiftWamp/wikis/home",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftWamp/**/*",
"dependencies": {
"SwiftyJSON": [
"3.1.3"
],
"Starscream": [
"2.0.2"
],
"CryptoSwift": [
"0.6.6"
],
"SwiftWebSocket": [
"2.6.5"
]
}
}