We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a338c0e commit 1f2a341Copy full SHA for 1f2a341
SwiftFlux.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SwiftFlux"
3
- s.version = "0.3.0"
+ s.version = "0.4.0"
4
s.summary = "Type-Safe Flux implementation for Swift."
5
s.homepage = "https://github.com/yonekawa/SwiftFlux"
6
s.author = { "Kenichi Yonekawa" => "[email protected]" }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
12
s.source = {
13
git: "https://github.com/yonekawa/SwiftFlux.git",
14
- tag: "v0.3.0",
+ tag: "v0.4.0",
15
}
16
s.source_files = "SwiftFlux/**/*.swift"
17
0 commit comments