Skip to content

Commit

Permalink
Podspec needed to point to public repo - TT
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Keith-Thompson committed Apr 10, 2018
1 parent c0a17be commit df83926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CucumberSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]' }
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'
Expand Down

0 comments on commit df83926

Please sign in to comment.