[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 8 / f / AKStompClient / 0.1.0 / AKStompClient.podspec.json
blobc065ac24c37bcf2680fd1fea2eff8d6ad9a9a699
2   "name": "AKStompClient",
3   "version": "0.1.0",
4   "summary": "STOMP Websocket client",
5   "description": "A STOMP Websocket client written in Swift using SocketRocket to communicate over WebSocket. At the moment I only support sending and receiving JSON data.",
6   "homepage": "https://github.com/alibasta/AKStompClient",
7   "license": "MIT",
8   "authors": {
9     "Alexander Köhn": "ak@newscope.com"
10   },
11   "source": {
12     "git": "https://github.com/alibasta/AKStompClient.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/alibasta",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "dependencies": {
22     "SocketRocket": [
23       "~> 0.4"
24     ]
25   }