From e593f6dd4986576df74e0ce352a25504f6ee2f4c Mon Sep 17 00:00:00 2001 From: elizakova <70647386+elizakova@users.noreply.github.com> Date: Mon, 2 Aug 2021 11:24:44 +0400 Subject: [PATCH] Update source --- FSCalendar.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FSCalendar.podspec b/FSCalendar.podspec index 17d78e4..d337f68 100644 --- a/FSCalendar.podspec +++ b/FSCalendar.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.screenshots = "https://cloud.githubusercontent.com/assets/5186464/10262249/4fabae40-69f2-11e5-97ab-afbacd0a3da2.jpg" s.license = 'MIT' s.author = { "Wenchao Ding" => "f33chobits@gmail.com" } - s.source = { :git => "https://github.com/WenchaoD/FSCalendar.git", :tag => s.version.to_s } + s.source = { :git => "https://github.com/TouchInstinct/FSCalendar.git", :tag => s.version.to_s } s.platform = :ios s.ios.deployment_target = '8.0'