Skip to content

Commit

Permalink
version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ronghaopger committed May 20, 2016
1 parent 3114858 commit a1659c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EasyPull.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EasyPull"
s.version = "1.1.2"
s.version = "1.1.3"
s.summary = "Let pull-to-refresh Easy for any UIScrollView in Swift"
s.homepage = "https://github.com/ronghaopger/EasyPull"
s.license = "MIT"
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'EasyPull', '~> 1.1.2'
pod 'EasyPull', '~> 1.1.3'
```

### Source files
Expand Down

0 comments on commit a1659c2

Please sign in to comment.