blob: 6c30e34a13d6a0cdc7d5f4cee7ae963dad144bb1 [file] [log] [blame]
{
"name": "BStompClient",
"version": "0.1.2",
"summary": "STOMP Over WebSocket.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/buiminhhuy/BStompClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Huy Bui": "minhhuybui@gmail.com"
},
"source": {
"git": "https://github.com/buiminhhuy/BStompClient.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BStompClient/Classes/**/*",
"dependencies": {
"SocketRocket": [
"~> 0.4"
]
}
}