[Add] Amplitude 8.9.0
[CocoaPods.git] / Specs / 8 / 4 / b / AsyncEventBus / 0.0.4 / AsyncEventBus.podspec.json
bloba151abf36ffe8c69bdc7ca468d15cc141c335001
2   "name": "AsyncEventBus",
3   "version": "0.0.4",
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     "whf881211": "whf881211@gmail.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.4"
20   },
21   "source_files": [
22     "source/*.swift",
23     "source/Protocol/*",
24     "source/Imp/*"
25   ],
26   "exclude_files": "",
27   "requires_arc": true,
28   "swift_version": "4.0"