Skip to content

Commit c2abccb

Browse files
authored
renamed cocoapod specs (#617)
1 parent a3b541b commit c2abccb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

OpenTelemetryApi.podspec renamed to OpenTelemetry-Swift-Api.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Pod::Spec.new do |spec|
2-
spec.name = "OpenTelemetryApi"
2+
spec.name = "OpenTelemetry-Swift-Api"
33
spec.version = "1.10.1"
44
spec.summary = "Swift OpenTelemetryApi"
55

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

14-
spec.swift_version = "5.9"
14+
spec.swift_version = "5.10"
1515
spec.ios.deployment_target = "13.0"
1616
spec.tvos.deployment_target = "13.0"
1717
spec.watchos.deployment_target = "6.0"

OpenTelemetrySdk.podspec renamed to OpenTelemetry-Swift-Sdk.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Pod::Spec.new do |spec|
2-
spec.name = "OpenTelemetrySdk"
2+
spec.name = "OpenTelemetry-Swift-Sdk"
33
spec.version = "1.10.1"
44
spec.summary = "Swift OpenTelemetrySDK"
55

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

14-
spec.swift_version = "5.9"
14+
spec.swift_version = "5.10"
1515
spec.ios.deployment_target = "13.0"
1616
spec.tvos.deployment_target = "13.0"
1717
spec.watchos.deployment_target = "6.0"
1818

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

0 commit comments

Comments
 (0)