Skip to content

Commit 2ace1ab

Browse files
chore: use tag instead of branch in pod specs
1 parent 02ef2fc commit 2ace1ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LaunchDarklyObservability.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.author = { "LaunchDarkly" => "sdks@launchdarkly.com" }
1111
s.platforms = { :ios => "13.0" }
1212
s.source = { :git => "https://github.com/launchdarkly/swift-launchdarkly-observability.git",
13-
:branch => "fix/cocoapods" }
13+
:tag => s.version.to_s }
1414
s.swift_version = "5.9"
1515

1616
s.default_subspec = 'LaunchDarklyObservability'

LaunchDarklySessionReplay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.author = { "LaunchDarkly" => "sdks@launchdarkly.com" }
1111
s.platforms = { :ios => "13.0" }
1212
s.source = { :git => "https://github.com/launchdarkly/swift-launchdarkly-observability.git",
13-
:branch => "fix/cocoapods" }
13+
:tag => s.version.to_s }
1414
s.swift_version = "5.9"
1515

1616
s.default_subspec = 'LaunchDarklySessionReplay'

0 commit comments

Comments
 (0)