Set correct GitHub URL in .podspec file

This commit is contained in:
Peter Ringset 2019-06-03 14:15:31 +02:00
parent 6cc9b5cad9
commit 668df12399
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Pod::Spec.new do |s|
} }
s.ios.deployment_target = '8.0' s.ios.deployment_target = '8.0'
s.source = { s.source = {
git: 'https://github.com/wtw-software/UTMConversion', git: 'https://github.com/wtw-software/UTMConversion.git',
tag: s.version tag: s.version
} }
s.source_files = 'UTMConversion/*.{swift,h}' s.source_files = 'UTMConversion/*.{swift,h}'