Skip to content

Commit 5e2b582

Browse files
committed
Update podspec
1 parent 084b113 commit 5e2b582

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Overture.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
version = "0.3.0"
2+
13
Pod::Spec.new do |s|
24
s.name = "Overture"
3-
s.version = "0.3.0"
5+
s.version = version
46
s.summary = "A library for function composition."
57

68
s.description = <<-DESC
@@ -21,7 +23,7 @@ Pod::Spec.new do |s|
2123

2224
s.source = {
2325
:git => "https://github.com/pointfreeco/swift-overture.git",
24-
:tag => "0.2.0"
26+
:tag => version
2527
}
2628

2729
s.ios.deployment_target = "8.0"

0 commit comments

Comments
 (0)