Skip to content

Commit

Permalink
Updated deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Feb 11, 2022
1 parent 295a187 commit 63ebe9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NativeUIKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'NativeUIKit'
s.version = '1.3.5'
s.version = '1.3.7'
s.summary = 'Mimicrated views and controls to native Apple appearance.'
s.homepage = 'https://github.com/ivanvorobei/NativeUIKit'
s.source = { :git => 'https://github.com/ivanvorobei/NativeUIKit.git', :tag => s.version }
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '12.0'

s.source_files = 'Sources/NativeUIKit/**/*.swift'
s.dependency 'SparrowKit', '~> 3.5.4'
s.dependency 'SparrowKit', '~> 3.5.6'
s.dependency 'SPPerspective', '~> 1.4.1'
s.dependency 'SPDiffable', '~> 4.0.5'

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
.package(
name: "SparrowKit",
url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.5.4")
url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.5.6")
),
.package(
name: "SPPerspective",
Expand Down

0 comments on commit 63ebe9b

Please sign in to comment.