Skip to content

Commit 22272a5

Browse files
authored
Fix cocoapods dependencies (#1111)
1 parent f0b14e2 commit 22272a5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Nimble.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ Pod::Spec.new do |s|
3535
}
3636

3737
[s.osx, s.ios].each do |platform|
38-
platform.dependency 'CwlMachBadInstructionHandler', '~> 2.1.0'
39-
platform.dependency 'CwlCatchException', '~> 2.1.0'
38+
platform.dependency 'CwlPreconditionTesting', '~> 2.1.0'
4039
end
4140

4241
s.cocoapods_version = '>= 1.4.0'

0 commit comments

Comments
 (0)