File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
build-and-test :
4
4
5
5
macos :
6
- xcode : 9.3.1
6
+ xcode : 11.1.0
7
7
8
8
steps :
9
9
- checkout
Original file line number Diff line number Diff line change 1
1
SDK ="iphonesimulator"
2
- DESTINATION="platform =iOS Simulator,name=iPhone 6 "
2
+ DESTINATION="platform =iOS Simulator,name=iPhone 8 "
3
3
PROJECT ="StackViewController"
4
4
SCHEME ="StackViewController"
5
5
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.4 .0"
4
+ s . version = "0.5 .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"
You can’t perform that action at this time.
0 commit comments