Override CocoaPods module to lowercase (#6464)
Fix #3218
Showing
... | ... | @@ -5,13 +5,14 @@ |
# dependent projects use the :git notation to refer to the library. | ||
Pod::Spec.new do |s| | ||
s.name = 'Protobuf' | ||
s.version = '3.9.0-rc1' | ||
s.version = '3.9.0-rc2' | ||
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.' | ||
s.homepage = 'https://github.com/protocolbuffers/protobuf' | ||
s.license = '3-Clause BSD License' | ||
s.authors = { 'The Protocol Buffers contributors' => 'protobuf@googlegroups.com' } | ||
s.cocoapods_version = '>= 1.0' | ||
s.module_name = 'protobuf' | ||
s.source = { :git => 'https://github.com/protocolbuffers/protobuf.git', | ||
:tag => "v#{s.version}" } | ||
... | ... |
Please
register
or
sign in
to comment