File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SeedStackViewController"
3
3
s . module_name = "StackViewController"
4
- s . version = "0.5.3 "
4
+ s . version = "0.6.0 "
5
5
s . summary = "Simplifies the process of building forms and other static content using UIStackView."
6
6
s . description = "StackViewController is a Swift framework that simplifies the process of building forms and other static content using UIStackView."
7
7
s . homepage = "https://github.com/seedco/StackViewController"
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
git : "https://github.com/seedco/StackViewController.git" ,
12
12
tag : s . version . to_s
13
13
}
14
- s . ios . deployment_target = "9 .0"
14
+ s . ios . deployment_target = "12 .0"
15
15
s . source_files = "StackViewController/*.{h,swift}"
16
16
s . frameworks = "UIKit"
17
17
s . swift_versions = "5.0"
You can’t perform that action at this time.
0 commit comments