Skip to content

Commit 07e1708

Browse files
committed
Release version 1.2.0
1 parent 43b781a commit 07e1708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Refreshable.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'Refreshable'
3-
s.version = '1.1.2'
3+
s.version = '1.2.0'
44
s.license = 'MIT'
55
s.summary = 'Pull to refresh and load more function for UIScrollView'
66
s.homepage = 'https://github.com/hoangtaiki/Refreshable'
77
s.authors = { 'Hoangtaiki' => 'duchoang.vp@gmail.com' }
8-
s.source = { :git => 'https://github.com/hoangtaiki/Refreshable.git', :tag => s.version }
8+
s.source = { :git => 'https://github.com/hoangtaiki/Refreshable.git', :tag => s.version.to_s }
99

1010
s.requires_arc = true
1111
s.platform = :ios, "9.0"

0 commit comments

Comments
 (0)