[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / e / b / Swift-EventBus / 0.2.0 / Swift-EventBus.podspec.json
blobcc6f4f9d35b77ab77fe7f4bff17f90453fd082dd
2   "name": "Swift-EventBus",
3   "version": "0.2.0",
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.2.0"
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"