-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Podspec needed to point to public repo - TT
- Loading branch information
1 parent
c0a17be
commit df83926
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|