blob: 3cce1bcd0b464c3baaeaaa6755338d65df51c595 [file] [log] [blame]
{
"name": "Swamp",
"version": "0.2.0",
"summary": "WAMP protocol implementation in swift",
"description": "the WAMP WebSocket subprotocol implemented purely in Swift using Starscream, SwiftyJSON",
"homepage": "https://github.com/iscriptology/Swamp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yossi Abraham": "yo.ab@outlook.com"
},
"source": {
"git": "https://github.com/iscriptology/Swamp.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Swamp/**/*",
"dependencies": {
"SwiftyJSON": [
"~>3.1.0"
],
"Starscream": [
"~>2.0.0"
],
"CryptoSwift": [
"~>0.6.0"
]
}
}