mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 17:32:51 +08:00
fix: test spec to allow pixel tolerance
by using updated Nimble-Snapshots v8.1.0
This commit is contained in:
@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
|
||||
ts.source_files = 'Example/Tests/**/*.{h,swift}', 'Example/PerspectiveTransform/resetAnchorPoint.swift'
|
||||
ts.dependencies = {
|
||||
'Quick' => '~> 2.2',
|
||||
'Nimble-Snapshots' => '~> 8.0'
|
||||
'Nimble-Snapshots' => '~> 8.1'
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user