[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 7 / 0 / ZEDObserversCenter / 0.0.2 / ZEDObserversCenter.podspec.json
blobed3ffe810290d21a3d842d8a1a0108a6863459f5
2   "name": "ZEDObserversCenter",
3   "version": "0.0.2",
4   "summary": "一个非常容易使用的多观察者模式的观察者中心,是一个很好的NSNotificationCenter的替代品",
5   "description": "A short description of ZEDObserversCenter.\nTODO: Add long description of the pod here.",
6   "homepage": "https://github.com/lichao1992/ZEDObserversCenter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "李超": "964139523@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/lichao1992/ZEDObserversCenter.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ZEDObserversCenter/Classes/**/*",
22   "dependencies": {
23     "PLObservers": [
25     ]
26   }