Skip to content

Commit b907805

Browse files
committed
0.1.0
1 parent bd9a05a commit b907805

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Overture.podspec

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "Overture"
3-
s.version = "0.0.1"
3+
s.version = "0.1.0"
44
s.summary = "A library for function composition."
55

66
s.description = <<-DESC
77
A library for function composition.
8+
9+
Overture is a collection of functions for building programs with functions.
810
DESC
911

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

2022
s.source = {
2123
:git => "https://github.com/pointfreeco/swift-overture.git",
22-
:branch => "master"
24+
:tag => "0.1.0"
2325
}
2426

27+
s.ios.deployment_target = "8.0"
28+
s.osx.deployment_target = "10.9"
29+
s.tvos.deployment_target = "9.0"
30+
s.watchos.deployment_target = "2.0"
31+
2532
s.source_files = "Sources", "Sources/**/*.swift"
2633
end

0 commit comments

Comments
 (0)