Skip to content

Commit

Permalink
Merge pull request #10019 from deannagarcia/fixCocoapods
Browse files Browse the repository at this point in the history
Fix podspecs
  • Loading branch information
deannagarcia authored May 20, 2022
2 parents 6673c7c + 942cec0 commit 6d2827b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Protobuf-C++.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.cocoapods_version = '>= 1.0'

s.source = { :git => 'https://github.com/google/protobuf.git',
:tag => "v21.0-rc2" }
:tag => "v#{s.version}" }

s.source_files = 'src/google/protobuf/*.{h,cc,inc}',
'src/google/protobuf/stubs/*.{h,cc}',
Expand Down
2 changes: 1 addition & 1 deletion Protobuf.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.cocoapods_version = '>= 1.0'

s.source = { :git => 'https://github.com/protocolbuffers/protobuf.git',
:tag => "v21.0-rc2" }
:tag => "v#{s.version}" }

s.source_files = 'objectivec/*.{h,m}',
'objectivec/google/protobuf/Any.pbobjc.h',
Expand Down

0 comments on commit 6d2827b

Please sign in to comment.