From 54cd5eb22fbbe3dc5c8f20d45cb5ed1d132e4aa4 Mon Sep 17 00:00:00 2001 From: Geektree0101 Date: Tue, 11 Jan 2022 15:21:17 +0900 Subject: [PATCH] source Geektree0101 -> daangn --- KarrotFlex.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KarrotFlex.podspec b/KarrotFlex.podspec index e2c52ef..4b4045d 100644 --- a/KarrotFlex.podspec +++ b/KarrotFlex.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = 'https://team.daangn.com/' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Geektree0101' => 'david@daangn.com' } - s.source = { :git => 'https://github.com/Geektree0101/KarrotFlex.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/daangn/KarrotFlex.git', :tag => s.version.to_s } s.ios.deployment_target = '9.0' s.source_files = 'Sources/KarrotFlex/**/*' s.dependency 'FlexLayout', '~> 1.3'