blob: d2a5bbbb14b041d2462b365add1b2a8434257bfe [file] [log] [blame]
{
"name": "WebSocketApiObjC",
"version": "0.1.0",
"summary": "WebSocketApiObjC allows for the communication between a server and client using web sockets.",
"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.",
"homepage": "https://github.com/ambrkosh/ios-websocket",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Ye": "ambrkosh@gmail.com"
},
"source": {
"git": "https://github.com/ambrkosh/ios-websocket.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.2"
},
"source_files": "WebSocketApiObjC/Classes/**/*",
"dependencies": {
"SocketRocket": [
"~> 0.5.1"
]
}
}