blob: 37501efd904f20529551af4e1fced7e0a89d8c73 [file] [log] [blame]
{
"name": "WebSocketRails",
"version": "1.1.2",
"summary": "WebSocketRails client for iOS.",
"description": " Port of JavaScript client provided by https://github.com/websocket-rails/websocket-rails\n Built on top of SocketRocket.\n There is a sample WebSocketRails server located here https://github.com/patternoia/WebSocketRailsEcho\n One can use it to test various WebSocketRocket event types.\n",
"homepage": "https://github.com/patternoia/WebSocketRails-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "patternoia",
"social_media_url": "http://github.com/patternoia",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/patternoia/WebSocketRails-iOS.git",
"tag": "1.1.2"
},
"source_files": "WebSocketRails-iOS/*.{h,m}",
"libraries": "icucore",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"~> 0.3.1-beta2"
]
}
}