Skip to content

Commit

Permalink
Merge pull request #183 from eggswift/podspec
Browse files Browse the repository at this point in the history
pod s.swift_version     = '5.0'
  • Loading branch information
iamjjh committed Aug 3, 2020
2 parents 2d9abd4 + a65a4ed commit a858aae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ESPullToRefresh.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'ESPullToRefresh'
s.version = '2.9.2'
s.version = '2.9.3'
s.summary = 'An easy way to use pull-to-refresh and loading-more'
s.description = 'An easiest way to give pull-to-refresh and loading-more to any UIScrollView. Using swift!'
s.homepage = 'https://github.com/eggswift/pull-to-refresh'
Expand All @@ -14,4 +14,5 @@ Pod::Spec.new do |s|
s.source_files = ['Sources/**/*.{swift}']
s.resource_bundles = { 'ESPullToRefresh' => 'Sources/Animator/*.png' }
s.requires_arc = true
s.swift_version = '5.0'
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Xcode 8 or later
* iOS 8.0 or later
* ARC
* Swift 2.3 or later
* Swift 5.0 or later

## Features

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Xcode 8 or later
* iOS 8.0 or later
* ARC
* Swift 2.3 or later
* Swift 5.0 or later

## 特性

Expand Down

0 comments on commit a858aae

Please sign in to comment.