Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Aug 23, 2018
1 parent 084b113 commit 5e2b582
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Overture.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
version = "0.3.0"

Pod::Spec.new do |s|
s.name = "Overture"
s.version = "0.3.0"
s.version = version
s.summary = "A library for function composition."

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

s.source = {
:git => "https://github.com/pointfreeco/swift-overture.git",
:tag => "0.2.0"
:tag => version
}

s.ios.deployment_target = "8.0"
Expand Down

0 comments on commit 5e2b582

Please sign in to comment.