blob: 788b61d354a87e1bc9733cd1bc67bf70fb354661 [file] [log] [blame]
{
"name": "MZFayeClientExtended",
"version": "1.0.1",
"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.1"
},
"source_files": "MZFayeClient/*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"0.3.1-beta2"
],
"Base64": [
"~> 1.0.1"
]
}
}