Podfile 215 B

12345678910111213
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. platform :ios, '8.0'
  3. pod 'RxLibrary', :path => "../../RxLibrary"
  4. pod 'GRPCClient', :path => "../../GRPCClient"
  5. target 'Sample' do
  6. end
  7. target 'SampleTests' do
  8. end