Skip to content

Commit

Permalink
Update the spec to pull from tags with "v" prefix (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hoefgen authored Aug 1, 2023
1 parent 032be44 commit 57e23ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DevCycle.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
spec.tvos.deployment_target = "12.0"
spec.watchos.deployment_target = "7.0"
spec.ios.deployment_target = "12.0"
spec.source = { :git => 'https://github.com/DevCycleHQ/ios-client-sdk.git', :tag => "#{spec.version}" }
spec.source = { :git => 'https://github.com/DevCycleHQ/ios-client-sdk.git', :tag => "v#{spec.version}" }

spec.author = { "DevCycle" => "[email protected]" }

Expand Down

0 comments on commit 57e23ee

Please sign in to comment.