SVPullToRefresh icon indicating copy to clipboard operation
SVPullToRefresh 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/samvermette/SVPullToRefresh.git, and then select Version Up to Next Major 0.4 < .
  • Or add dependencies in your Package.swift:
.package(url: "https://github.com/samvermette/SVPullToRefresh.git", .upToNextMajor(from: "0.4")),

Please git tag for this pull request.

janlionly avatar Jun 20 '20 12:06 janlionly