Fix building SwiftUI previews on macOS. (#389)

* fixes macOS build

* Use description instead of safeDescription inside description.

* Version bump (v5.2.2)

---------

Co-authored-by: Honghao Zhang <m@honghao.dev>
This commit is contained in:
Zandor Smith
2024-02-06 21:07:10 +01:00
committed by GitHub
co-authored by Honghao Zhang
parent e1c258c607
commit 6c01329de4
7 changed files with 108 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DeviceKit'
s.version = '5.2.1'
s.version = '5.2.2'
s.summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'
s.description = <<-DESC