Skip to content

Commit a08c406

Browse files
committed
version up
1 parent d4ec554 commit a08c406

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

BKCountDownTimer.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Pod::Spec.new do |s|
22

33
s.name = "BKCountDownTimer"
4-
s.version = "0.0.1"
4+
s.version = "0.0.5"
55
s.summary = "Circle shaped countdown timer."
66
s.description = <<-DESC
77
Circle shaped countdown timer. With Swift
88
DESC
99

10-
s.homepage = "https://github.com/bugkingK/BKCountDownTimer"
10+
s.homepage = "https://github.com/bugkingK/CountDownTimer"
1111
s.license = { :type => "MIT", :file => "LICENSE" }
1212
s.author = { "bugkingK" => "[email protected]" }
1313
s.platform = :ios, "10.0"
14-
s.source = { :git => "https://github.com/bugkingK/BKCountDownTimer.git", :tag => "#{s.version}" }
14+
s.source = { :git => "https://github.com/bugkingK/CountDownTimer.git", :tag => "#{s.version}" }
1515
s.source_files = "Classes", "BKCountDownTimer/Sources/**/*.{swift}"
1616

1717
s.swift_version = '5.0'

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import PackageDescription
55

66
let package = Package(
7-
name: "CountDownTimer",
7+
name: "BKCountDownTimer",
88
dependencies: [
99
// Dependencies declare other packages that this package depends on.
1010
// .package(url: /* package url */, from: "1.0.0"),
@@ -13,10 +13,10 @@ let package = Package(
1313
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
1414
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
1515
.target(
16-
name: "CountDownTimer",
16+
name: "BKCountDownTimer",
1717
dependencies: []),
1818
.testTarget(
19-
name: "CountDownTimerTests",
20-
dependencies: ["CountDownTimer"]),
19+
name: "BKCountDownTimerTests",
20+
dependencies: ["BKCountDownTimer"]),
2121
]
2222
)

0 commit comments

Comments
 (0)