blob: 18ce2b207ea25333facc9ff6f4427bc112a633da [file] [log] [blame]
{
"name": "socket.IO",
"version": "0.5.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 square's SocketRocket.\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.5.2"
},
"source_files": "*.{h,m}",
"platforms": {
"ios": "5.0",
"osx": "10.8"
},
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"~> 0.2"
]
}
}