blob: a1f3a94adabf6451a3d861c40b2f26d67a2ed8eb [file] [log] [blame]
{
"name": "socket.IO",
"version": "0.4.0",
"summary": "socket.io v0.7.2+ for iOS devices.",
"description": " Interface to communicate between Objective C and Socket.IO with the help of websockets. It's based on fpotter's socketio-cocoa and uses other libraries/classes like SocketRocket, json-framework (optional) and jsonkit (optional).\n",
"homepage": "https://github.com/pkyeck/socket.IO-objc",
"license": "MIT",
"authors": {
"Philipp Kyeck": "philipp@beta-interactive.de"
},
"source": {
"git": "https://github.com/pkyeck/socket.IO-objc.git",
"tag": "0.4.0"
},
"source_files": "*.{h,m}",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"~> 0.2"
]
}
}