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 8dc2da2 commit 4796397Copy full SHA for 4796397
SwiftFlux.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SwiftFlux"
3
- s.version = "0.2.0"
+ s.version = "0.2.1"
4
s.summary = "Type-Safe Flux implementation for Swift."
5
s.homepage = "https://github.com/yonekawa/SwiftFlux"
6
s.author = { "Kenichi Yonekawa" => "[email protected]" }
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
11
s.source = {
12
git: "https://github.com/yonekawa/SwiftFlux.git",
13
- tag: "v0.2.0",
+ tag: "v0.2.1",
14
}
15
s.source_files = "SwiftFlux/**/*.swift"
16
0 commit comments