diff options
author | Craig Tiller <ctiller@google.com> | 2015-12-08 15:29:59 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-12-08 15:29:59 -0800 |
commit | 11596c95c885e6f4ebaa4a0c9a80165b2a4cbb7c (patch) | |
tree | f900008b7f30b229fe77c142c35fb6725bd6f447 /src/objective-c/examples | |
parent | 8ab91b29fee03fdf1856d37e146708020db8cc43 (diff) | |
parent | 248904afadfc8eb987d51abbb7f8ea216f548891 (diff) |
Merge github.com:grpc/grpc into varint_test
Diffstat (limited to 'src/objective-c/examples')
-rw-r--r-- | src/objective-c/examples/Sample/Podfile | 1 | ||||
-rw-r--r-- | src/objective-c/examples/SwiftSample/Podfile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/objective-c/examples/Sample/Podfile b/src/objective-c/examples/Sample/Podfile index 3b2f412569..93859fb734 100644 --- a/src/objective-c/examples/Sample/Podfile +++ b/src/objective-c/examples/Sample/Podfile @@ -2,6 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' pod 'Protobuf', :path => "../../../../third_party/protobuf" +pod 'BoringSSL', :podspec => "../.." pod 'gRPC', :path => "../../../.." pod 'RemoteTest', :path => "../RemoteTestClient" diff --git a/src/objective-c/examples/SwiftSample/Podfile b/src/objective-c/examples/SwiftSample/Podfile index 3611b00863..f2df4a34a3 100644 --- a/src/objective-c/examples/SwiftSample/Podfile +++ b/src/objective-c/examples/SwiftSample/Podfile @@ -2,6 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' pod 'Protobuf', :path => "../../../../third_party/protobuf" +pod 'BoringSSL', :podspec => "../.." pod 'gRPC', :path => "../../../.." pod 'RemoteTest', :path => "../RemoteTestClient" |