[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / e / b / Swift-EventBus / 0.1.2 / Swift-EventBus.podspec.json
blob71e00d099e83215233e93ce0e91e34cacc32ed6e
2   "name": "Swift-EventBus",
3   "version": "0.1.2",
4   "summary": "A safe-by-default pure Swift notification center.",
5   "description": "A safe-by-default pure Swift alternative to Cocoa's `NSNotificationCenter`.",
6   "homepage": "https://github.com/regexident/EventBus",
7   "license": {
8     "type": "BSD-3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "regexident": "regexident@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/regexident/EventBus.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "watchos": "3.0",
22     "tvos": "10.0"
23   },
24   "source_files": "EventBus/**/*.swift",
25   "pushed_with_swift_version": "3.2"