Skip to content

Commit c4a310d

Browse files
committed
Update version to 1.0.6
1 parent 16a8bae commit c4a310d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSPullToRefresh.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'CNPullToRefresh'
3-
s.version = '1.0.3'
3+
s.version = '1.0.6'
44
s.platform = :ios, '5.0'
55
s.license = 'MIT'
66
s.summary = 'A simple to use very generic pull-to-refresh and infinite scrolling functionalities as a UIScrollView category.'
77
s.homepage = 'http://inspace.io'
88
s.authors = 'inspace.io'
9-
s.source = { :git => 'https://github.com/Colligo/INSPullToRefresh.git', :tag => '1.0.3' }
9+
s.source = { :git => 'https://github.com/Colligo/INSPullToRefresh.git', :tag => '1.0.6' }
1010
s.source_files = ['INSPullToRefresh/*.{h,m}','INSPullToRefreshSampleControls/Default/*.{h,m}','INSPullToRefreshSampleControls/INSAnimatable.h']
1111
s.requires_arc = true
1212

0 commit comments

Comments
 (0)