commit | 0c0d15fec04c56e1c7014676ac0667d03d2ac06e | [log] [tgz] |
---|---|---|
author | Jorge Canizales <jcanizales@google.com> | Tue Dec 01 10:37:42 2015 -0800 |
committer | Jorge Canizales <jcanizales@google.com> | Tue Dec 01 18:01:24 2015 -0800 |
tree | 2d3b6b351ecacc5b2dcfed1dd3e348852734e7b4 | |
parent | 0d718cd0f446485f23e097a60b8eff6d19312180 [diff] [blame] |
Move BoringSSL.podspec into src, and point Podfiles to it
diff --git a/examples/objective-c/helloworld/Podfile b/examples/objective-c/helloworld/Podfile index 16af075..eebf054 100644 --- a/examples/objective-c/helloworld/Podfile +++ b/examples/objective-c/helloworld/Podfile
@@ -2,6 +2,7 @@ platform :ios, '8.0' pod 'Protobuf', :path => "../../../third_party/protobuf" +pod 'BoringSSL', :podspec => "../../../src/objective-c" pod 'gRPC', :path => "../../.." target 'HelloWorld' do