blob: eebf05470d110cb5a9b2cbadbd0d0a02665094ce [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"
Jorge Canizales0c0d15f2015-12-01 10:37:42 -08005pod 'BoringSSL', :podspec => "../../../src/objective-c"
Jorge Canizalesdfe91b52015-10-11 13:51:07 -07006pod 'gRPC', :path => "../../.."
7
murgatroid9924754c02015-06-11 13:57:55 -07008target 'HelloWorld' do
9 # Depend on the generated HelloWorld library.
10 pod 'HelloWorld', :path => '.'
11end