blob: 8e02f1ab3276c3042d28be867329029aa2cd6a69 [file] [log] [blame]
{
"name": "SocketCenter",
"version": "0.1.0",
"summary": "基于SocketRocket封装,提供心跳和自动重连机制",
"homepage": "https://github.com/Yuan91/SocketCenter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yuan91": "smartdy@yeah.net"
},
"source": {
"git": "https://github.com/Yuan91/SocketCenter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SocketCenter/Classes/**/*",
"dependencies": {
"SocketRocket": [
"~> 0.4.2"
]
}
}