blob: f3f478301b90a23b98983c556545c1b0c63eb7a2 [file] [log] [blame]
{
"name": "BStompClient",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BStompClient/Classes/**/*",
"dependencies": {
"SocketRocket": [
"~> 0.4"
]
}
}