Skip to content

Commit 4fc2be9

Browse files
committed
Bumped version numbers.
1 parent 96ab99d commit 4fc2be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SeedStackViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "SeedStackViewController"
33
s.module_name = "StackViewController"
4-
s.version = "0.5.3"
4+
s.version = "0.6.0"
55
s.summary = "Simplifies the process of building forms and other static content using UIStackView."
66
s.description = "StackViewController is a Swift framework that simplifies the process of building forms and other static content using UIStackView."
77
s.homepage = "https://github.com/seedco/StackViewController"
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
git: "https://github.com/seedco/StackViewController.git",
1212
tag: s.version.to_s
1313
}
14-
s.ios.deployment_target = "9.0"
14+
s.ios.deployment_target = "12.0"
1515
s.source_files = "StackViewController/*.{h,swift}"
1616
s.frameworks = "UIKit"
1717
s.swift_versions = "5.0"

0 commit comments

Comments
 (0)