[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / d / 1 / b / MZFayeClientExtended / 1.0.1 / MZFayeClientExtended.podspec.json
blob788b61d354a87e1bc9733cd1bc67bf70fb354661
2   "name": "MZFayeClientExtended",
3   "version": "1.0.1",
4   "summary": "Faye Client for iOS. Supports subscription blocks and error handling for received messages",
5   "description": "Fork of MZFayeClient with some little bugfixes",
6   "homepage": "https://github.com/beat843796/MZFayeClient",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Clemens Beat": "beat84@me.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/beat843796/MZFayeClient.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "MZFayeClient/*.{h,m}",
22   "frameworks": "QuartzCore",
23   "requires_arc": true,
24   "dependencies": {
25     "SocketRocket": [
26       "0.3.1-beta2"
27     ],
28     "Base64": [
29       "~> 1.0.1"
30     ]
31   }