Fix Route_guide to declare public headers

pull/1331/head
Jorge Canizales 10 years ago
parent b7f970bc92
commit 0ae1f4d0ca
  1. 3
      src/objective-c/examples/Sample/protos/Route_guide.podspec

@ -6,7 +6,8 @@ Pod::Spec.new do |s|
s.license = 'New BSD'
s.authors = { 'Jorge Canizales' => 'jcanizales@google.com' }
s.source_files = './*.{h,m}'
s.source_files = '*.pb.{h,m}'
s.public_header_files = '*.pb.h'
s.platform = :ios
s.ios.deployment_target = '6.0'

Loading…
Cancel
Save