Skip to content

Commit

Permalink
Merge pull request #49 from Nirma/release/6.2.0
Browse files Browse the repository at this point in the history
Release 6.2.0 preparation.
  • Loading branch information
Nirma committed Nov 7, 2023
2 parents 53b1f3c + 89f338e commit 66374d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
Expand Down
2 changes: 1 addition & 1 deletion UIFontComplete.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 66374d4

Please sign in to comment.