Skip to content

Commit

Permalink
Allow minor updates to Nimble (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tahirmt authored Jul 18, 2024
1 parent edf6dd5 commit ac8533e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nimble-SnapshotTesting.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|

s.frameworks = "Foundation", "XCTest", "UIKit"
s.dependency "SnapshotTesting"
s.dependency "Nimble", '~> 13.0.0'
s.dependency "Nimble", '~> 13.0'

s.ios.deployment_target = '13.0'
s.swift_versions = [5.0, 5.1, 5.2, 5.3, 5.4]
Expand Down

0 comments on commit ac8533e

Please sign in to comment.