Skip to content

Commit

Permalink
Update pod spec for Swift2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yonekawa authored Sep 22, 2016
1 parent c92cb32 commit 5561e69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SwiftFlux.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftFlux"
s.version = "0.5.0"
s.version = "0.6.0"
s.summary = "Type-Safe Flux implementation for Swift."
s.homepage = "https://github.com/yonekawa/SwiftFlux"
s.author = { "Kenichi Yonekawa" => "[email protected]" }
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|

s.source = {
git: "https://github.com/yonekawa/SwiftFlux.git",
tag: "v0.5.0",
tag: "v0.6.0",
}
s.source_files = "SwiftFlux/**/*.swift"

Expand All @@ -37,5 +37,5 @@ Pod::Spec.new do |s|
LICENSE
}

s.dependency "Result", "~> 1.0.0"
s.dependency "Result", "~> 2.1.0"
end

0 comments on commit 5561e69

Please sign in to comment.