Fix podspecs

pull/10019/head v3.21.0-rc2
Deanna Garcia 3 years ago
parent 6673c7c48f
commit 942cec077a
  1. 2
      Protobuf-C++.podspec
  2. 2
      Protobuf.podspec

@ -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}',

@ -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',

Loading…
Cancel
Save