aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples/Sample/Podfile
blob: 72308c1619294e04d890374d72fbbf4e3c3f621d (plain)
1
2
3
4
5
6
7
8
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

pod 'gRPC', :path => "../../../.."
pod 'RemoteTest', :path => "../../generated_libraries/RemoteTestClient"

target 'Sample' do
end