We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e128c commit 64cd2a5Copy full SHA for 64cd2a5
OpenTelemetry-Swift-Instrumentation-URLSession.podspec
@@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
17
spec.watchos.deployment_target = "6.0"
18
spec.module_name = "URLSession"
19
20
- spec.dependency 'OpenTelemetry-Swift-Instrumentation-URLSession', spec.version.to_s
+ spec.dependency 'OpenTelemetry-Swift-Instrumentation-NetworkStatus', spec.version.to_s
21
spec.dependency 'OpenTelemetry-Swift-Sdk', spec.version.to_s
22
spec.pod_target_xcconfig = { "OTHER_SWIFT_FLAGS" => "-module-name URLSession -package-name opentelemetry_swift_urlsession" }
23
0 commit comments