[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / 5 / 6 / VVEventBus / 1.0.0 / VVEventBus.podspec.json
blob8b39e9e8317a8b96ad5d02f254a213ae00ce32ee
2   "name": "VVEventBus",
3   "version": "1.0.0",
4   "summary": "事件总线",
5   "description": "事件总线,提供view和controller之间的双向通信,支持target-action和block方式,支持事件的分发,其中借鉴了RAC的元素和设计思想",
6   "homepage": "https://github.com/zxf-sagittarius/VVEventBus",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zxf-sagittarius": "2593147394@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zxf-sagittarius/VVEventBus.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "VVEventBus/Classes/**/*.{h,m}"