Skip to content

Commit a617538

Browse files
authored
Merge pull request #11 from funzin/update-v0.1.1
Update v0.1.1
2 parents 85d0b1a + 364d4ff commit a617538

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" ~> 5.0.1
1+
github "ReactiveX/RxSwift" ~> 5.0.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<p align="center">
77
<img src="http://img.shields.io/badge/platform-iOS-blue.svg?style=flat" alt="Platform" />
88
<a href="https://developer.apple.com/swift">
9-
<img src="http://img.shields.io/badge/Swift-4.2-brightgreen.svg?style=flat" alt="Language">
9+
<img src="http://img.shields.io/badge/Swift-4.2%20|%205.0-brightgreen.svg?style=flat" alt="Language">
1010
</a>
1111
<a href="https://github.com/Carthage/Carthage">
1212
<img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" alt="Carthage" />
@@ -36,7 +36,7 @@ StackBarButtonItem can use BarButtonItem like stackView.
3636
## Requirements
3737
- Xcode10 or greater
3838
- iOS9 or greater
39-
- Swift4.2
39+
- Swift4.2 or greater
4040

4141
## Dependencies
4242
- [RxSwift](https://github.com/ReactiveX/RxSwift) (>= 4.3.1)

StackBarButtonItem.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "StackBarButtonItem"
3-
s.version = "0.1.0"
3+
s.version = "0.1.1"
44
s.summary = "StackBarButtonItem can use BarButtonItem like stackView."
55
s.homepage = "https://github.com/funzin/StackBarButtonItem"
66
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.source = { :git => "https://github.com/funzin/StackBarButtonItem.git", :tag => "#{s.version}" }
1010
s.source_files = "StackBarButtonItem/**/*.{swift}"
1111

12-
s.dependency "RxSwift", "~> 4.3.1"
13-
s.dependency "RxCocoa", "~> 4.3.1"
14-
s.swift_version = '4.2'
12+
s.dependency "RxSwift", "~> 5.0.0"
13+
s.dependency "RxCocoa", "~> 5.0.0"
14+
s.swift_version = '5.0'
1515
end

0 commit comments

Comments
 (0)