SwiftyTimer icon indicating copy to clipboard operation
SwiftyTimer copied to clipboard

Support for Swift Package Manager

Open janlionly opened this issue 5 years ago • 0 comments

Swift Package Manager

  • iOS: Open Xcode, File->Swift Packages, search input https://github.com/radex/SwiftyTimer.git, and then select Version Up to Next Major 2.1.1 < .
  • Or add dependencies in your Package.swift:
.package(url: "https://github.com/radex/SwiftyTimer.git", .upToNextMajor(from: "2.1.1")),

Please git a new tag to support it.

janlionly avatar Jun 29 '20 08:06 janlionly