[Add] TradeInFatFramework 1.7.103
[CocoaPods.git] / Specs / 3 / b / 4 / GMEventDispatcher / 0.1.0 / GMEventDispatcher.podspec.json
blob005d9d606631da10f751adb3d9ae3d977d433a72
2   "name": "GMEventDispatcher",
3   "version": "0.1.0",
4   "summary": "Event dispatcher used for inter-module communication.",
5   "description": "Like Flux's dispatcher, this library is a part of implementation of flux pattern.\nIt mainly be used for inter-module communication.\nConsider the scene, module A calls module B, then A needs callbacks from B. MFRouter is not suitable for this scene, we want a type-safe, simple, easy to use solution.\nThis is a maybe solution, A calls B with a event dispatcher, you can consider it as a unidirection pipeline, A observes events from the event dispatcher, B dispatcher events to A with the event dispatcher.\nTo be type-safe, we encourage the called module defines events need to be dispatched.",
6   "homepage": "https://github.com/guangmingzizai/GMEventDispatcher",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "guangmingzizai": "guangmingzizai@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/guangmingzizai/GMEventDispatcher.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GMEventDispatcher/Classes/**/*"