Skip to content

Commit

Permalink
Merge branch 'task/update_swiftprotobuf' into 'master'
Browse files Browse the repository at this point in the history
Task: Updated SwiftProtobuf dependency to version 1.22.0.

See merge request idf/esp-idf-provisioning-ios!42
  • Loading branch information
shahpiyushv committed Oct 9, 2023
2 parents 2940297 + 838b02a commit a0d307a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ESPProvision.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Pod::Spec.new do |spec|


spec.subspec 'Core' do |cs|
cs.dependency "SwiftProtobuf", "~> 1.5.0"
cs.dependency "SwiftProtobuf", "~> 1.22.0"
end

spec.swift_versions = ['5.1', '5.2']
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'ESPProvision' do
use_frameworks!

# Pods for ESPProvision
pod 'SwiftProtobuf', '~> 1.0'
pod 'SwiftProtobuf', '~> 1.22.0'

end

Expand Down

0 comments on commit a0d307a

Please sign in to comment.