blob: 6b73a0a4ef9ca8ed708de9ecf24a1ed4b04dc142 [file] [log] [blame]
{
"name": "socket.IO",
"version": "0.3.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, 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.3.2"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"~> 0.2"
]
}
}