Skip to content

Commit 7858f09

Browse files
committed
Updated deps.
1 parent d3282f0 commit 7858f09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3.1'
4+
s.version = '1.3.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
.package(
1717
name: "SparrowKit",
18-
url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.5.2")
18+
url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.5.4")
1919
),
2020
.package(
2121
name: "SPPerspective",

0 commit comments

Comments
 (0)