Skip to content

Commit 36be3c7

Browse files
committed
Updated higlight cells.
1 parent 1768eff commit 36be3c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NativeUIKit.podspec

Lines changed: 2 additions & 2 deletions
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.3.9'
4+
s.version = '1.4.0'
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 }
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.tvos.deployment_target = '12.0'
1414

1515
s.source_files = 'Sources/NativeUIKit/**/*.swift'
16-
s.dependency 'SparrowKit', '~> 3.5.6'
16+
s.dependency 'SparrowKit', '~> 3.5.7'
1717
s.dependency 'SPPerspective', '~> 1.4.1'
1818
s.dependency 'SPDiffable', '~> 4.0.5'
1919

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
)
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.5.6")),
18+
.package(url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.5.7")),
1919
.package(url: "https://github.com/ivanvorobei/SPPerspective", .upToNextMajor(from: "1.4.1")),
2020
.package(url: "https://github.com/ivanvorobei/SPDiffable", .upToNextMajor(from: "4.0.6"))
2121
],

0 commit comments

Comments
 (0)