Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ikorich committed Feb 25, 2021
2 parents 3d0540f + c904a84 commit 8fdb6e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Allows publish-subscribe-style communication between components without requirin
### Cocoapods

```bash
pod 'SwiftEventBus', :tag => '5.0.0', :git => 'https://github.com/cesarferreira/SwiftEventBus.git'
pod 'SwiftEventBus', :tag => '5.0.1', :git => 'https://github.com/cesarferreira/SwiftEventBus.git'
```

### Carthage
```bash
github "cesarferreira/SwiftEventBus" == 5.0.0
github "cesarferreira/SwiftEventBus" == 5.0.1
```

### Versions
Expand Down
2 changes: 1 addition & 1 deletion SwiftEventBus.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'http://twitter.com/cesarmcferreira'
s.authors = { 'César Ferreira' => 'cesar.manuel.ferreira@gmail.com' }
s.source = { :git => 'https://github.com/cesarferreira/SwiftEventBus.git', :tag => s.version }
s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.source_files = 'SwiftEventBus/SwiftEventBus.swift'
s.requires_arc = true
Expand Down

0 comments on commit 8fdb6e8

Please sign in to comment.