Skip to content

Commit 95862a7

Browse files
committed
Fixed dependencies. Fixed values.
1 parent 4fa1d5d commit 95862a7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Example App/NativeUIKit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NativeUIKit.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

33
s.name = 'NativeUIKit'
4-
s.version = '1.1.1'
4+
s.version = '1.1.2'
55
s.summary = 'Mimicrated views and controls to native Apple appearance.'
66
s.homepage = 'https://github.com/ivanvorobei/NativeUIKit'
77
s.source = { :git => 'https://github.com/ivanvorobei/NativeUIKit.git', :tag => s.version }

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ let package = Package(
1313
)
1414
],
1515
dependencies: [
16-
.package(name: "SparrowKit", url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.2.6")),
17-
.package(name: "SPPerspective", url: "https://github.com/ivanvorobei/SPPerspective", .upToNextMajor(from: "1.3.6")),
18-
.package(name: "SPDiffable", url: "https://github.com/ivanvorobei/SPDiffable", .upToNextMajor(from: "1.4.2"))
16+
.package(name: "SparrowKit", url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.3.6")),
17+
.package(name: "SPPerspective", url: "https://github.com/ivanvorobei/SPPerspective", .upToNextMajor(from: "1.4.0")),
18+
.package(name: "SPDiffable", url: "https://github.com/ivanvorobei/SPDiffable", .upToNextMajor(from: "1.6.0"))
1919
],
2020
targets: [
2121
.target(

Sources/NativeUIKit/NativeLayout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public enum NativeLayout {
3737

3838
public enum Scroll {
3939

40-
public static var top_inset_transparent_navigation: CGFloat { 16 }
40+
public static var top_inset_transparent_navigation: CGFloat { 8 }
4141
public static var bottom_inset_reach_end: CGFloat { 36 }
4242
public static var bottom_inset_when_keyboard_can_appear: CGFloat { 32 }
4343
}

0 commit comments

Comments
 (0)