blob: 16af075a9faca180135ad88063b681f5633a3366 [file] [log] [blame]
murgatroid9924754c02015-06-11 13:57:55 -07001source 'https://github.com/CocoaPods/Specs.git'
2platform :ios, '8.0'
3
Jorge Canizalesdfe91b52015-10-11 13:51:07 -07004pod 'Protobuf', :path => "../../../third_party/protobuf"
5pod 'gRPC', :path => "../../.."
6
murgatroid9924754c02015-06-11 13:57:55 -07007target 'HelloWorld' do
8 # Depend on the generated HelloWorld library.
9 pod 'HelloWorld', :path => '.'
10end