blob: 94d86ecfcc8e2110d15c3fbd1bdfcc27190b48b7 [file] [log] [blame]
{
"name": "RACSRWebSocket",
"version": "1.1",
"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"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"module_name": "RACSRWebSocket",
"source_files": "Classes/*.{h,m}",
"dependencies": {
"ReactiveCocoa": [
"2.5"
],
"SocketRocket": [
"0.4"
]
}
}