Podfile-static 199 B

12345678
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. platform :ios, '9.0'
  3. install! 'cocoapods', :deterministic_uuids => false
  4. target 'iOSCocoaPodsTester' do
  5. pod 'Protobuf', :path => '../../../..'
  6. end