Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit 631f324

Browse files
Release 0.1.1 to fix API issue
1 parent 1b84a90 commit 631f324

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PullToRefreshKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'PullToRefreshKit'
11-
s.version = '0.1.0'
11+
s.version = '0.1.1'
1212
s.summary = 'A refresh library written with pure Swift'
1313
s.description = <<-DESC
1414
This is a pull to refresh library written by pure Swift. Using it you can add pull to refresh,pull to load more,pull left/right to view details within one line. Besides,it is quite easy to write a custom refresh view when using this lib.

Source/Classes/PullToRefresh.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public protocol RefreshableLeftRight:RefreshAble{
9292

9393

9494
public protocol SetUp {}
95-
extension SetUp where Self: AnyObject {
95+
public extension SetUp where Self: AnyObject {
9696
//Add @noescape to make sure that closure is sync and can not be stored
9797
public func SetUp(@noescape closure: Self -> Void) -> Self {
9898
closure(self)

0 commit comments

Comments
 (0)