Podfile-static 200 B

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