blob: 3beb59872ce8e64e0efe76d8a396dec72195c9db [file] [log] [blame]
{
"name": "socket.IO",
"version": "0.2.2",
"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 and json-framework.\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.2.2"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"~> 0.1"
],
"SBJson": [
"~> 3.1"
]
}
}