blob: ec63d2c1b1692148c2cb829023b10645ab432caa [file] [log] [blame]
{
"name": "MFWebSocket",
"version": "0.1.2",
"summary": "Encapsulate a WebSocket library base on Facebook's SocketRocket library.",
"homepage": "https://github.com/MeetFutureOrg/MFWebSocket",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"XieBangyao": "xiebangyao1994@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MeetFutureOrg/MFWebSocket.git",
"tag": "0.1.2"
},
"source_files": "MFWebSocket/MFWebSocket/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"SocketRocket": [
"~> 0.5.1"
]
}
}