diff options
author | Muxi Yan <mxyan@google.com> | 2018-06-07 16:27:54 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-06-07 16:27:54 -0700 |
commit | 6df75c598963a17137aad9a00b18779b8bdb85a9 (patch) | |
tree | 92275853fdfbf27cccba9f2707df1f11beadc23d /templates/gRPC-ProtoRPC.podspec.template | |
parent | 701a4b1c32a6da0c246bfe573ef3c96a9c652cc2 (diff) |
podspec nit fix
Diffstat (limited to 'templates/gRPC-ProtoRPC.podspec.template')
-rw-r--r-- | templates/gRPC-ProtoRPC.podspec.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/gRPC-ProtoRPC.podspec.template b/templates/gRPC-ProtoRPC.podspec.template index 1e2cd19d77..96966784f1 100644 --- a/templates/gRPC-ProtoRPC.podspec.template +++ b/templates/gRPC-ProtoRPC.podspec.template @@ -44,6 +44,7 @@ src_dir = 'src/objective-c/ProtoRPC' + s.default_subspec = 'Main' s.subspec 'Main' do |ss| ss.header_mappings_dir = "#{src_dir}" |