From b01be8f0c9d4015920faa75072de8a944f4930c7 Mon Sep 17 00:00:00 2001 From: Rex Date: Wed, 19 Oct 2016 17:32:44 +0800 Subject: [PATCH] Fix podspec --- JTCalendar.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JTCalendar.podspec b/JTCalendar.podspec index eebfb2f..cf63ba8 100644 --- a/JTCalendar.podspec +++ b/JTCalendar.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "JTCalendar" s.version = "2.1.9" s.summary = "A customizable calendar view for iOS." - s.homepage = "https://github.com/jonathantribouharet/JTCalendar" + s.homepage = "https://github.com/chunta/JTCalendar" s.license = { :type => 'MIT' } s.author = { "Jonathan Tribouharet" => "jonathan.tribouharet@gmail.com" } s.platform = :ios, '7.0'