{ | |
"name": "YCStompClient", | |
"version": "1.0", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"homepage": "https://github.com/yuppiu/YCStompClient", | |
"authors": { | |
"Fabio Knoedt": "fabioknoedt@gmail.com" | |
}, | |
"summary": "This is a simple STOMP client that supports Stomp v1.1 and v1.2.", | |
"source": { | |
"git": "https://github.com/yuppiu/YCStompClient.git", | |
"tag": "1.0" | |
}, | |
"source_files": "YCStompClient.{h,m}", | |
"requires_arc": true, | |
"dependencies": { | |
"SocketRocket": [ | |
] | |
}, | |
"platforms": { | |
"ios": "6.0" | |
} | |
} |