blob: 4da8bc44f66a77f358c549b51064ec9e76c63698 [file] [log] [blame]
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'gRPC', :path => "../../../.."
pod 'ProtocolBuffers', '~> 1.9'
link_with 'Sample', 'SampleTests'
target 'Sample' do
end
target 'SampleTests' do
end