Skip to content

Commit 73b5efe

Browse files
committed
fix podspec
1 parent 9131013 commit 73b5efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JSONWebToken.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
55
spec.homepage = 'https://github.com/kylef/JSONWebToken.swift'
66
spec.license = { :type => 'BSD', :file => 'LICENSE' }
77
spec.author = { 'Kyle Fuller' => '[email protected]' }
8-
spec.source = { :git => 'https://github.com/popwarfour/JSONWebToken.swift.git', :tag => "#{spec.version}" }
8+
spec.source = { :git => 'https://github.com/kylef/JSONWebToken.swift.git', :tag => "#{spec.version}" }
99
spec.source_files = 'Sources/*.swift'
1010
spec.ios.deployment_target = '8.3'
1111
spec.osx.deployment_target = '10.9'

0 commit comments

Comments
 (0)