We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b781a commit 07e1708Copy full SHA for 07e1708
Refreshable.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'Refreshable'
3
- s.version = '1.1.2'
+ s.version = '1.2.0'
4
s.license = 'MIT'
5
s.summary = 'Pull to refresh and load more function for UIScrollView'
6
s.homepage = 'https://github.com/hoangtaiki/Refreshable'
7
s.authors = { 'Hoangtaiki' => 'duchoang.vp@gmail.com' }
8
- s.source = { :git => 'https://github.com/hoangtaiki/Refreshable.git', :tag => s.version }
+ s.source = { :git => 'https://github.com/hoangtaiki/Refreshable.git', :tag => s.version.to_s }
9
10
s.requires_arc = true
11
s.platform = :ios, "9.0"
0 commit comments