blob: 049e33a29503edb1f14780d352873a0ade692f12 [file] [log] [blame]
{
"name": "SwiftWamp",
"version": "0.2.8",
"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.8"
},
"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"
]
},
"pushed_with_swift_version": "3.0"
}