Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-suzuki committed May 7, 2019
1 parent 1aa65bd commit f837a9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Unio.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

Pod::Spec.new do |s|
s.name = "Unio"
s.version = "0.3.0"
s.version = "0.4.1"
s.summary = "KeyPath based Unidirectionarl Input / Output framework with RxSwift."
s.homepage = "https://github.com/cats-oss/Unio"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Taiki Suzuki" => "[email protected]" }
s.ios.deployment_target = "9.0"
s.source = { :git => "https://github.com/cats-oss/Unio.git", :tag => "#{s.version}" }
s.source_files = "Unio/**/*.{swift}"
s.dependency 'RxSwift', '~> 4.0'
s.dependency 'RxCocoa', '~> 4.0'
s.swift_version = '4.2'
s.dependency 'RxSwift', '~> 5.0'
s.dependency 'RxCocoa', '~> 5.0'
s.swift_version = '5.0'
end

0 comments on commit f837a9d

Please sign in to comment.