From 8027a024fb38798ee7fe3ce6f44d5f2ade8b4292 Mon Sep 17 00:00:00 2001 From: sedat Date: Thu, 28 Jul 2022 16:20:14 +0300 Subject: [PATCH] repo url --- SwiftIconFont.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftIconFont.podspec b/SwiftIconFont.podspec index 7d906ae..4513bc3 100644 --- a/SwiftIconFont.podspec +++ b/SwiftIconFont.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Sedat CIFTCI" => "me@sedat.ninja" } s.homepage = "http://sedat.ninja" - s.source = { :git => "https://github.com/0x73/SwiftIconFont.git", :tag => "#{s.version}"} + s.source = { :git => "https://github.com/segecey/SwiftIconFont.git", :tag => "#{s.version}"} s.ios.frameworks = s.tvos.frameworks = 'UIKit' s.swift_version = "5.0" s.osx.frameworks = 'AppKit'