-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1042e3f
commit 2fbe2c5
Showing
2 changed files
with
3 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = "HammerTests" | ||
spec.version = "0.13.0" | ||
spec.version = "0.13.1" | ||
spec.summary = "iOS touch and keyboard syntheis library for unit tests." | ||
spec.description = "Hammer is a touch and keyboard synthesis library for emulating user interaction events. It enables new ways of triggering UI actions in unit tests, replicating a real world environment as much as possible." | ||
spec.homepage = "https://github.com/lyft/Hammer" | ||
|
@@ -9,6 +9,7 @@ Pod::Spec.new do |spec| | |
spec.author = { "Gabriel Lanata" => "[email protected]" } | ||
spec.platform = :ios, "11.0" | ||
spec.swift_version = "5.3" | ||
spec.frameworks = 'XCTest' | ||
spec.source = { :git => "https://github.com/lyft/Hammer.git", :tag => "#{spec.version}" } | ||
spec.source_files = "Sources/**/*.swift" | ||
spec.requires_arc = true | ||
|
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