Skip to content

Commit 66374d4

Browse files
authored
Merge pull request #49 from Nirma/release/6.2.0
Release 6.2.0 preparation.
2 parents 53b1f3c + 89f338e commit 66374d4

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Package.swift

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,13 @@ let package = Package(
3030
.iOS(.v9),
3131
],
3232
products: [
33-
// Products define the executables and libraries produced by a package, and make them visible to other packages.
3433
.library(
3534
name: "UIFontComplete",
3635
targets: ["UIFontComplete"]
3736
),
3837
],
39-
dependencies: [
40-
// Dependencies declare other packages that this package depends on.
41-
// .package(url: /* package url */, from: "1.0.0"),
42-
],
38+
dependencies: [],
4339
targets: [
44-
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
45-
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
4640
.target(
4741
name: "UIFontComplete",
4842
dependencies: [],

UIFontComplete.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'UIFontComplete'
3-
s.version = '6.1.0'
3+
s.version = '6.2.0'
44
s.summary = 'UIFont on iOS and tvOS faster and less error-prone'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)