blob: b0aec81f33d3385faaeec6909b5e0d44c267ae6f [file] [log] [blame]
{
"name": "StraaS-Socket.IO-Client-Swift",
"module_name": "SocketIO",
"version": "12.1.4",
"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/StraaS/socket.io-client-swift",
"tag": "v12.1.4",
"submodules": true
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": [
"Source/SocketIO/**/*.swift",
"Source/SocketIO/*.swift"
],
"dependencies": {
"Starscream": [
"~> 2.1.1"
]
}
}