blob: 9e20b567dba64bc4826af31d5dcddf1dc1e4ab41 [file] [log] [blame]
{
"name": "BayeuxClient",
"version": "0.1.1",
"summary": "A client implementation of the Bayeux protocol for OSX and iOS.",
"description": " Bayeux is an asynchronous protocol for delivering messages between a server and clients. One of the most common server-side implementations is Faye (http://faye.jcoglan.com/).\n\n BayeuxClient is a client implementation of the Bayeux protocol, written in Objective-C, and targetting OSX and iOS development. The library uses SocketRocket to communicate with the server via a WebSocket.\n",
"homepage": "https://github.com/bmatcuk/BayeuxClient",
"license": "MIT",
"authors": {
"Bob Matcuk": "bayeuxclient@squeg.net"
},
"source": {
"git": "https://github.com/bmatcuk/BayeuxClient.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/**/*.h",
"dependencies": {
"SocketRocket": [
"~> 0.3.1-beta"
]
}
}