Skip to content

Commit

Permalink
Fix cocoapods dependencies (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenmuennich committed Jan 5, 2024
1 parent f0b14e2 commit 22272a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Nimble.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ Pod::Spec.new do |s|
}

[s.osx, s.ios].each do |platform|
platform.dependency 'CwlMachBadInstructionHandler', '~> 2.1.0'
platform.dependency 'CwlCatchException', '~> 2.1.0'
platform.dependency 'CwlPreconditionTesting', '~> 2.1.0'
end

s.cocoapods_version = '>= 1.4.0'
Expand Down

0 comments on commit 22272a5

Please sign in to comment.