Skip to content

Commit

Permalink
renamed cocoapod specs (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-b authored Oct 25, 2024
1 parent a3b541b commit c2abccb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions OpenTelemetryApi.podspec → OpenTelemetry-Swift-Api.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Pod::Spec.new do |spec|
spec.name = "OpenTelemetryApi"
spec.name = "OpenTelemetry-Swift-Api"
spec.version = "1.10.1"
spec.summary = "Swift OpenTelemetryApi"

Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/open-telemetry/opentelemetry-swift.git", :tag => spec.version.to_s }
spec.source_files = "Sources/OpenTelemetryApi/**/*.swift"

spec.swift_version = "5.9"
spec.swift_version = "5.10"
spec.ios.deployment_target = "13.0"
spec.tvos.deployment_target = "13.0"
spec.watchos.deployment_target = "6.0"
Expand Down
6 changes: 3 additions & 3 deletions OpenTelemetrySdk.podspec → OpenTelemetry-Swift-Sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Pod::Spec.new do |spec|
spec.name = "OpenTelemetrySdk"
spec.name = "OpenTelemetry-Swift-Sdk"
spec.version = "1.10.1"
spec.summary = "Swift OpenTelemetrySDK"

Expand All @@ -11,10 +11,10 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/open-telemetry/opentelemetry-swift.git", :tag => spec.version.to_s }
spec.source_files = "Sources/OpenTelemetrySdk/**/*.swift"

spec.swift_version = "5.9"
spec.swift_version = "5.10"
spec.ios.deployment_target = "13.0"
spec.tvos.deployment_target = "13.0"
spec.watchos.deployment_target = "6.0"

spec.dependency 'OpenTelemetryApi', spec.version.to_s
spec.dependency 'OpenTelemetry-Swift-Api', spec.version.to_s
end

0 comments on commit c2abccb

Please sign in to comment.