| Index: third_party/grpc/src/objective-c/examples/SwiftSample/Podfile
|
| diff --git a/third_party/grpc/src/objective-c/examples/SwiftSample/Podfile b/third_party/grpc/src/objective-c/examples/SwiftSample/Podfile
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f2df4a34a34f8adb39fce609146328f2ccc91d5b
|
| --- /dev/null
|
| +++ b/third_party/grpc/src/objective-c/examples/SwiftSample/Podfile
|
| @@ -0,0 +1,10 @@
|
| +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"
|
| +
|
| +target 'SwiftSample' do
|
| +end
|
|
|