blob: bd6dc7bcd7a1b7c96983df1fd004d85a0fecf03e [file] [log] [blame]
{
"name": "Socket.IO-Client-Swift-temp",
"module_name": "SocketIO",
"version": "15.2.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",
"watchos": "2.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/hellc/socket.io-client-swift.git",
"tag": "v15.2.1",
"submodules": true
},
"swift_versions": "5",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"source_files": [
"Source/SocketIO/**/*.swift",
"Source/SocketIO/*.swift"
],
"dependencies": {
"Starscream": [
"~> 3.1"
]
},
"swift_version": "5"
}