blob: fa4f43cc11f2e0ce669d66386bcbe0c6630066bc [file] [log] [blame]
{
"name": "Socket.IO-Client-Swift",
"module_name": "SocketIO",
"version": "11.0.1",
"summary": "Socket.IO-client for iOS and OS X",
"description": "Socket.IO-client for iOS and OS X.\nSupports ws/wss/polling connections and binary.\nFor socket.io 2.0+ and Swift.",
"homepage": "https://github.com/socketio/socket.io-client-swift",
"license": {
"type": "MIT"
},
"authors": {
"Erik": "nuclear.ace@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/socketio/socket.io-client-swift.git",
"tag": "v11.0.1",
"submodules": true
},
"source_files": "Source/*.swift",
"dependencies": {
"StarscreamSocketIO": [
"~> 8.0.2"
]
},
"pushed_with_swift_version": "3.1"
}