From 89f338e3fd0c891862a285079e7b041bc3c0f09a Mon Sep 17 00:00:00 2001 From: Nicko Maccharoli Date: Tue, 7 Nov 2023 16:33:19 +0900 Subject: [PATCH] Release 6.2.0 preparation. --- Package.swift | 8 +------- UIFontComplete.podspec | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Package.swift b/Package.swift index f1dba5e..1cd0818 100644 --- a/Package.swift +++ b/Package.swift @@ -30,19 +30,13 @@ let package = Package( .iOS(.v9), ], products: [ - // Products define the executables and libraries produced by a package, and make them visible to other packages. .library( name: "UIFontComplete", targets: ["UIFontComplete"] ), ], - dependencies: [ - // Dependencies declare other packages that this package depends on. - // .package(url: /* package url */, from: "1.0.0"), - ], + dependencies: [], targets: [ - // Targets are the basic building blocks of a package. A target can define a module or a test suite. - // Targets can depend on other targets in this package, and on products in packages which this package depends on. .target( name: "UIFontComplete", dependencies: [], diff --git a/UIFontComplete.podspec b/UIFontComplete.podspec index 0428b5b..141a841 100644 --- a/UIFontComplete.podspec +++ b/UIFontComplete.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'UIFontComplete' - s.version = '6.1.0' + s.version = '6.2.0' s.summary = 'UIFont on iOS and tvOS faster and less error-prone' s.description = <<-DESC