-
Notifications
You must be signed in to change notification settings - Fork 41
/
CHGIFRefreshControl.podspec
13 lines (13 loc) · 1.11 KB
/
CHGIFRefreshControl.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.new do |s|
s.name = "CHGIFRefreshControl"
s.version = "0.1"
s.summary = "\"Twitter music\" and \"Yahoo! Weather\" like pull-to-refresh control created using GIF. "
s.screenshots = "https://raw.github.com/cyndibaby905/GIFRefreshControl/master/TwitterMusic.gif", "https://raw.github.com/cyndibaby905/GIFRefreshControl/master/YahooWeather.gif", "https://raw.github.com/cyndibaby905/GIFRefreshControl/master/Chrome.gif", "https://raw.github.com/cyndibaby905/GIFRefreshControl/master/Universe.gif", "https://raw.github.com/cyndibaby905/GIFRefreshControl/master/MacOSX.gif", "https://raw.github.com/cyndibaby905/GIFRefreshControl/master/Windows.gif"
s.homepage = "https://github.com/cyndibaby905/GIFRefreshControl"
s.license = { :type => 'MIT License', :file => 'LICENSE' }
s.author = { "cyndibaby905" => "[email protected]" }
s.source = { :git => "https://github.com/cyndibaby905/GIFRefreshControl.git", :tag => "0.1" }
s.platform = :ios, '5.0'
s.source_files = 'CHGifRefreshControl/CHGifRefreshControl/UIScrollView+GifPullToRefresh.{h,m}'
s.requires_arc = true
end