Skip to content

Commit a2b0441

Browse files
committed
Update podspec
1 parent 1ffaa65 commit a2b0441

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 = 'INSPullToRefresh'
3-
s.version = '1.1.3'
3+
s.version = '1.1.4'
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/inspace-io/INSPullToRefresh.git', :tag => '1.1.3' }
9+
s.source = { :git => 'https://github.com/inspace-io/INSPullToRefresh.git', :tag => '1.1.4' }
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)