Skip to content

Commit d3282f0

Browse files
committed
Updated deps.
1 parent 9ad71d9 commit d3282f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.2.9'
4+
s.version = '1.3.1'
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
@@ -15,15 +15,15 @@ let package = Package(
1515
dependencies: [
1616
.package(
1717
name: "SparrowKit",
18-
url: "https://github.com/ivanvorobei/SparrowKit", .exact("3.5.1")
18+
url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.5.2")
1919
),
2020
.package(
2121
name: "SPPerspective",
22-
url: "https://github.com/ivanvorobei/SPPerspective", .exact("1.4.1")
22+
url: "https://github.com/ivanvorobei/SPPerspective", .upToNextMajor(from: "1.4.1")
2323
),
2424
.package(
2525
name: "SPDiffable",
26-
url: "https://github.com/ivanvorobei/SPDiffable", .exact("4.0.1")
26+
url: "https://github.com/ivanvorobei/SPDiffable", .upToNextMajor(from: "4.0.1")
2727
)
2828
],
2929
targets: [

0 commit comments

Comments
 (0)