diff --git a/CucumberSwift.podspec b/CucumberSwift.podspec index 05cd2572..0540c70a 100644 --- a/CucumberSwift.podspec +++ b/CucumberSwift.podspec @@ -7,10 +7,10 @@ Pod::Spec.new do |s| This is a swift only cucumber implementation. This particular implementation contains feature, scenario and step level hooks that Cucumberish does not and has the added benefit of not requiring an objective-c bridging header DESC - s.homepage = 'https://gitlab.asynchrony.com/tyler.thompson/CucumberSwift' + s.homepage = 'https://github.com/Tyler-Keith-Thompson/CucumberSwift' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Tyler Thompson' => 'Tyler.Thompson@Asynchrony.com' } - s.source = { :git => 'https://gitlab.asynchrony.com/tyler.thompson/CucumberSwift.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/Tyler-Keith-Thompson/CucumberSwift.git', :tag => s.version.to_s } s.ios.deployment_target = '10.0' s.swift_version = '4.0'