Merge pull request #2772 from sschuberth/master
Fix links to the license in meta-data
Showing
... | @@ -8,7 +8,7 @@ Pod::Spec.new do |s| | ... | @@ -8,7 +8,7 @@ Pod::Spec.new do |s| |
s.version = '3.2.0' | s.version = '3.2.0' | ||
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.' | s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.' | ||
s.homepage = 'https://github.com/google/protobuf' | s.homepage = 'https://github.com/google/protobuf' | ||
s.license = 'New BSD' | s.license = '3-Clause BSD License' | ||
s.authors = { 'The Protocol Buffers contributors' => 'protobuf@googlegroups.com' } | s.authors = { 'The Protocol Buffers contributors' => 'protobuf@googlegroups.com' } | ||
s.cocoapods_version = '>= 1.0' | s.cocoapods_version = '>= 1.0' | ||
... | ... |
Please
register
or
sign in
to comment