Skip to content

Commit ad7c353

Browse files
committed
update podspec
1 parent 066196e commit ad7c353

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

BKStackLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BKStackLayout"
3-
s.version = "1.0.0"
3+
s.version = "1.0.1"
44
s.summary = "BKStackLayout is a tiny utility library wrapping UIStackView or NSStackView."
55
s.homepage = "https://github.com/ReactComponentKit/BKStackLayout"
66
s.license = "MIT"

BKStackLayout/StackLayout.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ public class StackLayout: SLView, StackLayoutUpdatable {
136136
#endif
137137
case .bottom:
138138
return .bottom
139-
#if os(iOS)
139+
#if os(iOS)
140140
case .fill:
141141
return .fill
142-
#endif
142+
#endif
143143
case .firstBaseline:
144144
return .firstBaseline
145145
case .lastBaseline:
@@ -168,10 +168,10 @@ public class StackLayout: SLView, StackLayoutUpdatable {
168168
#endif
169169
case .right:
170170
return .trailing
171-
#if os(iOS)
171+
#if os(iOS)
172172
case .fill:
173173
return .fill
174-
#endif
174+
#endif
175175
}
176176
}
177177
}

0 commit comments

Comments
 (0)