File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11Pod ::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
77Circle 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'
Original file line number Diff line number Diff line change 44import PackageDescription
55
66let 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)
You can’t perform that action at this time.
0 commit comments