-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #138 from theappbusiness/release/1.7.1
Release/1.7.1
- Loading branch information
Showing
8 changed files
with
132 additions
and
106 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
Example/Pods/Target Support Files/TABTestKit/TABTestKit-Info.plist
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'TABTestKit' | ||
s.version = '1.7.0' | ||
s.version = '1.7.1' | ||
s.summary = 'Strongly typed Swift wrapper around XCTest / XCUI, enabling you to write BDD-style automation tests, without writing much code at all.' | ||
s.homepage = 'https://github.com/theappbusiness/TABTestKit' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
|
@@ -9,7 +9,8 @@ Pod::Spec.new do |s| | |
'theblixguy' => '[email protected]', | ||
'neil3079' => '[email protected]', | ||
'annpiktas' => '[email protected]', | ||
'roger-tan' => '[email protected]' } | ||
'roger-tan' => '[email protected]', | ||
'jsanderson44' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/theappbusiness/TABTestKit.git', :tag => s.version.to_s } | ||
s.ios.deployment_target = '12.4' | ||
s.swift_version = '5.0' | ||
|
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