blob: 108a98844d6ccd1ae94a332c317aa834485c2bbf [file] [log] [blame]
{
"name": "Socket.IO-Client-Swift",
"module_name": "SocketIO",
"version": "11.1.2",
"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.1.2",
"submodules": true
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"source_files": [
"Source/SocketIO/**/*.swift",
"Source/SocketIO/*.swift"
],
"dependencies": {
"StarscreamSocketIO": [
"~> 8.0.5"
]
},
"pushed_with_swift_version": "3.1"
}