Summary
Maintenance release to bring SwiftEventBus up to date after several years without updates.
- Swift Package Manager: Swift tools 5.9, iOS 12+ / macOS 10.15+ / tvOS / watchOS, test target
- CocoaPods: podspec version aligned with releases (
5.2.0),swift_version, updated deployment targets - CI: GitHub Actions (
swift build,swift test, Xcode framework build on macOS) - Documentation: SPM install instructions, refreshed examples, CI badge
- Xcode: iOS 12 deployment target, explicit
SWIFT_VERSIONon targets
Install
SPM: .package(url: "https://github.com/cesarferreira/SwiftEventBus.git", from: "5.2.0")
CocoaPods: pod 'SwiftEventBus', '~> 5.2'
Carthage: github "cesarferreira/SwiftEventBus" ~> 5.2