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