blob: 41d750ca27cf2100ba8e750c26c17441c0a9616d [file] [log] [blame]
{
"name": "RACSRWebSocket",
"version": "1.1.2",
"summary": "Reactive SocketRocket",
"homepage": "https://github.com/sdkdimon/RACSRWebSocket",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Lizin": "sdkdimon@gmail.com"
},
"source": {
"git": "https://github.com/sdkdimon/RACSRWebSocket.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"module_name": "RACSRWebSocket",
"source_files": "RACSRWebSocket/*.{h,m}",
"dependencies": {
"ReactiveCocoa": [
"2.5"
],
"SocketRocket": [
"0.4"
]
}
}