blob: 566e180fdf64f5b61dadbb1bd96f165f2561a9bc [file] [log] [blame]
{
"name": "MZFayeClientExtended",
"version": "1.0.2",
"summary": "Faye Client for iOS. Supports subscription blocks and error handling for received messages",
"description": "Fork of MZFayeClient with some little bugfixes",
"homepage": "https://github.com/beat843796/MZFayeClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Clemens Beat": "beat84@me.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/beat843796/MZFayeClient.git",
"tag": "1.0.2"
},
"source_files": "MZFayeClient/*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"~> 0.4"
],
"Base64": [
"~> 1.0.1"
]
}
}