Skip to content

Commit

Permalink
Fixed some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yichizhang committed Dec 12, 2014
1 parent e102e4e commit 4219b6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
Expand Down

0 comments on commit 4219b6f

Please sign in to comment.