We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3282f0 commit 7858f09Copy full SHA for 7858f09
NativeUIKit.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = 'NativeUIKit'
4
- s.version = '1.3.1'
+ s.version = '1.3.2'
5
s.summary = 'Mimicrated views and controls to native Apple appearance.'
6
s.homepage = 'https://github.com/ivanvorobei/NativeUIKit'
7
s.source = { :git => 'https://github.com/ivanvorobei/NativeUIKit.git', :tag => s.version }
Package.swift
@@ -15,7 +15,7 @@ let package = Package(
15
dependencies: [
16
.package(
17
name: "SparrowKit",
18
- url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.5.2")
+ url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.5.4")
19
),
20
21
name: "SPPerspective",
0 commit comments