Skip to content

Commit

Permalink
change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
imwcl committed Mar 18, 2017
1 parent f75db70 commit d861ed0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CRRefresh.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
Pod::Spec.new do |s|

s.name = "CRRefresh"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "An easy way to use pull-to-refresh"
s.homepage = "https://github.com/CRAnimation/CRRefresh"
s.license = 'MIT'
s.author = { "W_C__L" => "wangchonglei93@icloud.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/CRAnimation/CRRefresh.git", :tag => "1.0.1" }
s.source = { :git => "https://github.com/CRAnimation/CRRefresh.git", :tag => "1.0.2" }
s.source_files = ['CRRefresh/CRRefresh/*.{swift}','CRRefresh/CRRefresh/Animators/**/*.{swift}']
s.resources = 'CRRefresh/CRRefresh/Animators/**/*.{bundle}'
s.frameworks = "UIKit"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

**CRRefresh** an easy way to use pull-to-refresh, If you want to customize its UI style, you just need conform the specified protocol. We will not regularly updated some nice dynamic effect, at the same time also welcome to write to me ~

[中文介绍](README_CN.md)/[博客介绍](http://blog.csdn.net/wang631106979/article/details/62888435)
[中文介绍](README_CN.md) / [博客介绍](http://blog.csdn.net/wang631106979/article/details/62888435)

## Screenshots

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

**CRRefresh** 是一个简单易用的上拉刷新控件,你可以高度自定义UI样式,我们会不定期更新一些好看的动效,同时也欢迎大家投稿~~

[英文介绍](README.md)/[博客介绍](http://blog.csdn.net/wang631106979/article/details/62888435)
[英文介绍](README.md) / [博客介绍](http://blog.csdn.net/wang631106979/article/details/62888435)

## 效果图

Expand Down

0 comments on commit d861ed0

Please sign in to comment.