From 4219b6fd56398921a7e6b9a55d8c45456e364051 Mon Sep 17 00:00:00 2001 From: Yichi Zhang Date: Fri, 12 Dec 2014 19:57:51 +1100 Subject: [PATCH] Fixed some errors --- JCTiledScrollView.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JCTiledScrollView.podspec b/JCTiledScrollView.podspec index 9873000e..6ed9d2c7 100644 --- a/JCTiledScrollView.podspec +++ b/JCTiledScrollView.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = "JCTiledScrollView" s.version = "0.0.1" - s.summary = "It helps make working with IonIcons easier." - s.homepage = "https://github.com/yichizhang/" + s.name + s.summary = "A set of classes that wrap UIScrollView and CATiledLayer. It aims to simplify displaying large images and PDFs at multiple zoom scales." + s.homepage = "https://github.com/jessedc/" + s.name s.license = { :type => 'BSD', :file => 'LICENCE.txt' } - s.author = { "Yichi Zhang" => "zhang-yi-chi@hotmail.com" } + s.author = { "Jesse Collis" => "jesse@jcmultimedia.com.au" } s.source = { :git => "https://github.com/yichizhang/JCTiledScrollView.git", :tag => s.version.to_s