[Add] AdjustSignature 3.35.1
[CocoaPods.git] / Specs / 8 / 4 / b / AsyncEventBus / 0.0.1 / AsyncEventBus.podspec.json
blob421195218b9d730409f3230692024772524caa32
2   "name": "AsyncEventBus",
3   "version": "0.0.1",
4   "summary": "A publish/subscribe event bus for iOS.",
5   "homepage": "https://github.com/whf881211/AsyncEventBus",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ryanhfwang": "ryanhfwang@tencent.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "swift_versions": "4.0",
17   "source": {
18     "git": "https://github.com/whf881211/AsyncEventBus.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "EventBusExample/EventBusExample/source/*",
23     "EventBusExample/EventBusExample/source/Protocol/*",
24     "EventBusExample/EventBusExample/source/Imp/*"
25   ],
26   "exclude_files": "",
27   "requires_arc": true,
28   "swift_version": "4.0"