Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed May 15, 2018
1 parent bd9a05a commit b907805
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Overture.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Pod::Spec.new do |s|
s.name = "Overture"
s.version = "0.0.1"
s.version = "0.1.0"
s.summary = "A library for function composition."

s.description = <<-DESC
A library for function composition.
Overture is a collection of functions for building programs with functions.
DESC

s.homepage = "https://github.com/pointfreeco/swift-overture"
Expand All @@ -19,8 +21,13 @@ Pod::Spec.new do |s|

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

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
s.tvos.deployment_target = "9.0"
s.watchos.deployment_target = "2.0"

s.source_files = "Sources", "Sources/**/*.swift"
end

0 comments on commit b907805

Please sign in to comment.