Skip to content

Commit 2dec32b

Browse files
committed
Updated CI and Podspec for new version.
1 parent bc1dde4 commit 2dec32b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build-and-test:
44

55
macos:
6-
xcode: 9.3.1
6+
xcode: 11.1.0
77

88
steps:
99
- checkout

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SDK="iphonesimulator"
2-
DESTINATION="platform=iOS Simulator,name=iPhone 6"
2+
DESTINATION="platform=iOS Simulator,name=iPhone 8"
33
PROJECT="StackViewController"
44
SCHEME="StackViewController"
55

SeedStackViewController.podspec

Lines changed: 1 addition & 1 deletion
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.4.0"
4+
s.version = "0.5.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"

0 commit comments

Comments
 (0)