Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
upgrade to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Mar 2, 2018
1 parent 64c0cb8 commit 6a953ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "ReactiveX/RxSwift" ~> 4.0
github "ReactiveX/RxSwift" ~> 4.1
github "RxSwiftCommunity/RxDataSources" ~> 3.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "ReactiveX/RxSwift" "4.0.0"
github "ReactiveX/RxSwift" "4.1.2"
github "RxSwiftCommunity/RxDataSources" "3.0.2"
6 changes: 3 additions & 3 deletions Flix.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Flix'
s.version = '1.1.0'
s.version = '1.1.1'
s.summary = 'iOS form builder in Swift'
s.homepage = 'https://github.com/DianQK/Flix'
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.0'
s.dependency 'RxCocoa', '~> 4.0'
s.dependency 'RxSwift', '~> 4.1'
s.dependency 'RxCocoa', '~> 4.1'
s.dependency 'RxDataSources', '~> 3.0'

s.ios.deployment_target = '9.0'
Expand Down

0 comments on commit 6a953ba

Please sign in to comment.