[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 5 / f / 6 / WebSocketApiObjC / 0.1.0 / WebSocketApiObjC.podspec.json
blobd2a5bbbb14b041d2462b365add1b2a8434257bfe
2   "name": "WebSocketApiObjC",
3   "version": "0.1.0",
4   "summary": "WebSocketApiObjC allows for the communication between a server and client using web sockets.",
5   "description": "WebSocketApiObjC is a simple api that uses SocketRocket to allow for communication between a server and client using web sockets.  CocoaPods installation is required.",
6   "homepage": "https://github.com/ambrkosh/ios-websocket",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "David Ye": "ambrkosh@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ambrkosh/ios-websocket.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.2"
20   },
21   "source_files": "WebSocketApiObjC/Classes/**/*",
22   "dependencies": {
23     "SocketRocket": [
24       "~> 0.5.1"
25     ]
26   }