From 73b5efef9de561b5ffb13f384f721d0a1deb75fd Mon Sep 17 00:00:00 2001 From: Anders Melen Date: Sun, 30 Jul 2017 10:28:19 -0400 Subject: [PATCH] fix podspec --- JSONWebToken.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSONWebToken.podspec b/JSONWebToken.podspec index a614f74..f628f4e 100644 --- a/JSONWebToken.podspec +++ b/JSONWebToken.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |spec| spec.homepage = 'https://github.com/kylef/JSONWebToken.swift' spec.license = { :type => 'BSD', :file => 'LICENSE' } spec.author = { 'Kyle Fuller' => 'kyle@fuller.li' } - spec.source = { :git => 'https://github.com/popwarfour/JSONWebToken.swift.git', :tag => "#{spec.version}" } + spec.source = { :git => 'https://github.com/kylef/JSONWebToken.swift.git', :tag => "#{spec.version}" } spec.source_files = 'Sources/*.swift' spec.ios.deployment_target = '8.3' spec.osx.deployment_target = '10.9'