blob: 90af59433c95ed35c0b6d38f6d3c3bc10e481c16 [file] [log] [blame]
{
"name": "MZFayeClient",
"version": "1.0.3",
"summary": "Faye Client for iOS. Supports subscription blocks.",
"homepage": "https://github.com/m1entus/MZFayeClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MichaƂ Zaborowski": "m1entus@gmail.com"
},
"source": {
"git": "https://github.com/m1entus/MZFayeClient.git",
"tag": "1.0.3"
},
"source_files": "MZFayeClient/*.{h,m}",
"dependencies": {
"SocketRocket": [
]
},
"platforms": {
"ios": "7.0"
},
"frameworks": "QuartzCore",
"requires_arc": true
}