blob: 4dafdf5eea3870d0e2de8b6889247d1ae807f4ad [file] [log] [blame]
{
"name": "Swamp",
"version": "0.1.0",
"summary": "WAMP protocol implementation in swift",
"description": "the WAMP WebSocket subprotocol implemented purely in Swift using Starscream, SwiftyJSON & SwiftPack",
"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.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Swamp/**/*",
"dependencies": {
"SwiftyJSON": [
"~>2.3.1"
],
"Starscream": [
"~>1.1.3"
],
"CryptoSwift": [
"~>0.5.2"
]
}
}