Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 449 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 449 Bytes

EZTimer

EZTimer is encapsulation about DispatchSourceTimer. Use it, you can create a timer easily, safely.

Communication

  • If you found a bug, open an issue, typically with related pattern.
  • If you have a feature request, open an issue.

Requirements

  • iOS 10.0 +
  • Xcode 12.0 +
  • Swift 5.0 +

Installation

Swift Package Manager

dependencies: [
    .Package(url: "https://github.com/ezbuy/EZTimer.git")
]