Merge pull request #10019 from deannagarcia/fixCocoapods

Fix podspecs
pull/10025/head
deannagarcia 3 years ago committed by GitHub
commit 6d2827b377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Protobuf-C++.podspec
  2. 2
      Protobuf.podspec

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.cocoapods_version = '>= 1.0' s.cocoapods_version = '>= 1.0'
s.source = { :git => 'https://github.com/google/protobuf.git', 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}', s.source_files = 'src/google/protobuf/*.{h,cc,inc}',
'src/google/protobuf/stubs/*.{h,cc}', 'src/google/protobuf/stubs/*.{h,cc}',

@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.cocoapods_version = '>= 1.0' s.cocoapods_version = '>= 1.0'
s.source = { :git => 'https://github.com/protocolbuffers/protobuf.git', s.source = { :git => 'https://github.com/protocolbuffers/protobuf.git',
:tag => "v21.0-rc2" } :tag => "v#{s.version}" }
s.source_files = 'objectivec/*.{h,m}', s.source_files = 'objectivec/*.{h,m}',
'objectivec/google/protobuf/Any.pbobjc.h', 'objectivec/google/protobuf/Any.pbobjc.h',

Loading…
Cancel
Save