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 276aa7e commit 156c20fCopy full SHA for 156c20f
SwiftFlux.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SwiftFlux"
3
- s.version = "0.2.1"
+ s.version = "0.3.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.2.1",
+ tag: "v0.3.0",
15
}
16
s.source_files = "SwiftFlux/**/*.swift"
17
0 commit comments