Skip to content

Commit

Permalink
0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
coderyi committed Nov 17, 2015
1 parent f1282e0 commit 7896ec7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ YiRefresh Support iOS7+,horizontal and vertical screen,iPhone and iPad.

```ruby
platform :ios, '7.0'
pod "YiRefresh", "~> 0.9.4"
pod "YiRefresh", "~> 0.9.5"
```

- [Who Uses YiRefresh](https://github.com/coderyi/YiRefresh/wiki/Who-Uses-YiRefresh)
Expand Down
4 changes: 2 additions & 2 deletions YiRefresh.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "YiRefresh"
s.version = "0.9.4"
s.version = "0.9.5"
s.summary = "YiRefresh - a simple way to use pull-to-refresh."
s.homepage = "https://github.com/coderyi/YiRefresh"
s.license = "MIT"
s.authors = { "coderyi" => "coderyi@163.com" }
s.source = { :git => "https://github.com/coderyi/YiRefresh.git", :tag => "0.9.4" }
s.source = { :git => "https://github.com/coderyi/YiRefresh.git", :tag => "0.9.5" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.platform = :ios, '7.0'
s.source_files = 'YiRefresh/**/**/*.{h,m,png}'
Expand Down
Binary file not shown.

0 comments on commit 7896ec7

Please sign in to comment.