Skip to content

Commit 4796397

Browse files
committed
Fix missing utils in pods
1 parent 8dc2da2 commit 4796397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftFlux.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftFlux"
3-
s.version = "0.2.0"
3+
s.version = "0.2.1"
44
s.summary = "Type-Safe Flux implementation for Swift."
55
s.homepage = "https://github.com/yonekawa/SwiftFlux"
66
s.author = { "Kenichi Yonekawa" => "[email protected]" }
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010

1111
s.source = {
1212
git: "https://github.com/yonekawa/SwiftFlux.git",
13-
tag: "v0.2.0",
13+
tag: "v0.2.1",
1414
}
1515
s.source_files = "SwiftFlux/**/*.swift"
1616

0 commit comments

Comments
 (0)