Skip to content

Commit

Permalink
Update SwiftFlux.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
yonekawa committed Dec 3, 2015
1 parent a338c0e commit 1f2a341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.3.0"
s.version = "0.4.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.3.0",
tag: "v0.4.0",
}
s.source_files = "SwiftFlux/**/*.swift"

Expand Down

0 comments on commit 1f2a341

Please sign in to comment.