blob: 7b5941eef79362bbf41fb1833965cb0e0a4b908d (
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 => "../RemoteTestClient"
target 'SwiftSample' do
end
|