Skip to content

Commit

Permalink
Fix Kronos versionin DatadogSDK.podspec.src
Browse files Browse the repository at this point in the history
the value in this template should be not lower than the one specified in resolved `.podspec`
  • Loading branch information
ncreated committed May 11, 2021
1 parent 0c94afb commit da25283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DatadogSDK.podspec.src
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Pod::Spec.new do |s|
"Datadog/TargetSupport/Datadog/Datadog.h"]
s.public_header_files = ["Datadog/TargetSupport/Datadog/Datadog.h",
"Sources/_Datadog_Private/include/*.h"]
s.dependency 'Kronos', '~> 4.1'

s.dependency 'Kronos', '~> 4.2'
end

0 comments on commit da25283

Please sign in to comment.