blob: 81e46230b67389d65422bfbe26805298a3d49e31 [file] [log] [blame]
{
"name": "socket.IO",
"version": "0.0.1",
"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",
"commit": "c07d45aa905f45213c84a0298fa163fd6c1b79a3"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"~> 0.1"
],
"SBJson": [
"~> 3.1"
]
}
}