File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -30,19 +30,13 @@ let package = Package(
30
30
. iOS( . v9) ,
31
31
] ,
32
32
products: [
33
- // Products define the executables and libraries produced by a package, and make them visible to other packages.
34
33
. library(
35
34
name: " UIFontComplete " ,
36
35
targets: [ " UIFontComplete " ]
37
36
) ,
38
37
] ,
39
- dependencies: [
40
- // Dependencies declare other packages that this package depends on.
41
- // .package(url: /* package url */, from: "1.0.0"),
42
- ] ,
38
+ dependencies: [ ] ,
43
39
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.
46
40
. target(
47
41
name: " UIFontComplete " ,
48
42
dependencies: [ ] ,
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'UIFontComplete'
3
- s . version = '6.1 .0'
3
+ s . version = '6.2 .0'
4
4
s . summary = 'UIFont on iOS and tvOS faster and less error-prone'
5
5
6
6
s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments