blob: d37270a6fb2f2f7bd8178834e00644354522d917 [file] [log] [blame]
{
"name": "VPSocketIO",
"version": "1.0.5",
"summary": "Socket.IO client for iOS",
"description": "Socket.IO-client for iOS.\nSupports ws/wss/polling connections and binary.\nFor socket.io 2.0+ and Objective-C.",
"homepage": "https://github.com/vascome/VPSocketIO",
"license": {
"type": "MIT"
},
"authors": {
"Vasily Popov": "vasily.popov.it@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/vascome/VPSocketIO.git",
"tag": "1.0.5",
"submodules": true
},
"source_files": [
"Source/*.{h,m}",
"jetfire/*.{h,m}"
]
}