[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / a / 4 / MZFayeClient / 1.0.0 / MZFayeClient.podspec.json
blob80b774a47e762fde31d2ba2656dfed4b9e24461f
2   "name": "MZFayeClient",
3   "version": "1.0.0",
4   "summary": "Faye Client for iOS. Supports subscription blocks.",
5   "homepage": "https://github.com/m1entus/MZFayeClient",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "MichaƂ Zaborowski": "m1entus@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/m1entus/MZFayeClient.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "MZFayeClient/*.{h,m}",
18   "dependencies": {
19     "SocketRocket": [
20       "~> 0.3.1-beta2"
21     ],
22     "Base64": [
23       "~> 1.0.1"
24     ]
25   },
26   "platforms": {
27     "ios": "6.0"
28   },
29   "frameworks": "QuartzCore",
30   "requires_arc": true