From 320193b286297ff8327f560aaedef4d989ce5718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20Ho=CC=88fele?= Date: Sun, 20 Apr 2014 12:15:04 +0200 Subject: [PATCH] Added screenshot --- CCHLinkTextView.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/CCHLinkTextView.podspec b/CCHLinkTextView.podspec index 8e1120f..5ae0063 100644 --- a/CCHLinkTextView.podspec +++ b/CCHLinkTextView.podspec @@ -4,6 +4,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.summary = 'UITextView subclass with tappable links.' s.homepage = 'https://github.com/choefele/CCHLinkTextView' + s.screenshot = 'https://raw.githubusercontent.com/choefele/CCHLinkTextView/master/CCHLinkTextView.gif' s.authors = { 'Claus Höfele' => 'claus@claushoefele.com' } s.social_media_url = 'https://twitter.com/claushoefele' s.source = { :git => 'https://github.com/choefele/CCHLinkTextView.git', :tag => s.version.to_s }