[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / b / 3 / 1 / QTEventBus / 0.4.0 / QTEventBus.podspec.json
blob5c574d04fc5ebc1146cd56c671d150ba2d04a57f
2   "name": "QTEventBus",
3   "version": "0.4.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.4.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     {
38       "name": "UIKit",
39       "source_files": "Sources/UIKit/*.{h,m}",
40       "frameworks": "UIKit",
41       "dependencies": {
42         "QTEventBus/Core": [
44         ]
45       }
46     }
47   ]