Skip to content

Commit 16a8bae

Browse files
committed
Update podspec with new pod spec name for Colligo, source URL change, plus version bump.
1 parent 4836a5a commit 16a8bae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSPullToRefresh.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
2-
s.name = 'INSPullToRefresh'
3-
s.version = '1.0.2'
2+
s.name = 'CNPullToRefresh'
3+
s.version = '1.0.3'
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.0.2' }
9+
s.source = { :git => 'https://github.com/Colligo/INSPullToRefresh.git', :tag => '1.0.3' }
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)