[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 3 / 1 / QTEventBus / 0.3.0 / QTEventBus.podspec.json
blobb68cca54ecfe33204155cbf438ec8479cc3db91d
2   "name": "QTEventBus",
3   "version": "0.3.0",
4   "summary": "优雅的处理全局事件",
5   "description": "优雅的处理全局事件,类型安全,支持同步/异步发送,同步/异步监听",
6   "homepage": "https://github.com/LeoMobileDeveloper/QTEventBus",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Leo": "leomobiledeveloper@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/leomobiledeveloper/QTEventBus.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Sources/Core/*.{h,m}"
26     },
27     {
28       "name": "AppModule",
29       "source_files": "Sources/AppModule/*.{h,m}",
30       "frameworks": "UIKit",
31       "dependencies": {
32         "QTEventBus/Core": [
34         ]
35       }
36     }
37   ]