Skip to content

Commit

Permalink
Update Podspec & Carthage for 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Sep 23, 2018
1 parent c92e75b commit deb93bb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" ~> 4.3.0
github "ReactiveX/RxSwift" ~> 4.3.1
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" "4.1.2"
github "ReactiveX/RxSwift" "4.3.1"
3 changes: 2 additions & 1 deletion RxKeyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"0.8.0": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.0/RxKeyboard.framework.zip",
"0.8.1": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.1/RxKeyboard.framework.zip",
"0.8.2": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.2/RxKeyboard.framework.zip",
"0.8.3": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.3/RxKeyboard.framework.zip"
"0.8.3": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.3/RxKeyboard.framework.zip",
"0.9.0": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.9.0/RxKeyboard.framework.zip"
}
6 changes: 3 additions & 3 deletions RxKeyboard.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RxKeyboard'
s.version = '0.8.3'
s.version = '0.9.0'
s.summary = 'Reactive Keyboard in iOS'
s.homepage = 'https://github.com/RxSwiftCommunity/RxKeyboard'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -11,8 +11,8 @@ Pod::Spec.new do |s|
s.frameworks = 'UIKit', 'Foundation'
s.requires_arc = true

s.dependency 'RxSwift', '>= 4.3.0'
s.dependency 'RxCocoa', '>= 4.3.0'
s.dependency 'RxSwift', '>= 4.3.1'
s.dependency 'RxCocoa', '>= 4.3.1'

s.ios.deployment_target = '8.0'
end

0 comments on commit deb93bb

Please sign in to comment.