[Add] YSRTCLiveAVKitSDK 1.0.10
[CocoaPods.git] / Specs / a / 9 / e / DWEventBus / 1.0.0 / DWEventBus.podspec.json
blob2aefd95777578009acbfbd06d4192ec0d57c0970
2   "name": "DWEventBus",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "灵活的事件总线,支持弱类型及联合事件,观察者释放后自动移除订阅关系等。A flexible event bus who supports subType/unite event,and remove subscribe when the observer dealloced.",
9   "homepage": "https://github.com/CodeWicky/DWEventBus",
10   "authors": {
11     "codeWicky": "codewicky@163.com"
12   },
13   "source": {
14     "git": "https://github.com/CodeWicky/DWEventBus.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "DWEventBus/**/{DWEventBus}.{h,m}",
22   "frameworks": "Foundation"