Skip to content

Commit

Permalink
Add XCTest dependency to StagehandTesting (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Entin <[email protected]>
  • Loading branch information
gizmosachin and NickEntin authored Feb 13, 2020
1 parent 5737ffd commit c601943
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions StagehandTesting.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ Pod::Spec.new do |s|
s.dependency 'Stagehand', s.version.to_s

s.dependency 'iOSSnapshotTestCase', '~> 6.1'

s.frameworks = 'XCTest'
s.weak_framework = 'XCTest'
end

0 comments on commit c601943

Please sign in to comment.