ADD: added new version of protobuf
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'Protobuf-C++'
|
||||
s.version = '3.21.8'
|
||||
s.version = '3.21.12'
|
||||
s.summary = 'Protocol Buffers v3 runtime library for C++.'
|
||||
s.homepage = 'https://github.com/google/protobuf'
|
||||
s.license = 'BSD-3-Clause'
|
||||
@@ -13,7 +13,8 @@ Pod::Spec.new do |s|
|
||||
s.source_files = 'src/google/protobuf/*.{h,cc,inc}',
|
||||
'src/google/protobuf/stubs/*.{h,cc}',
|
||||
'src/google/protobuf/io/*.{h,cc}',
|
||||
'src/google/protobuf/util/*.{h,cc}'
|
||||
'src/google/protobuf/util/*.{h,cc}',
|
||||
'src/google/protobuf/util/internal/*.{h,cc}'
|
||||
|
||||
# Excluding all the tests in the directories above
|
||||
s.exclude_files = 'src/google/**/*_test.{h,cc,inc}',
|
||||
|
||||
Reference in New Issue
Block a user