• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1source 'https://github.com/CocoaPods/Specs.git'
2platform :osx, '10.9'
3
4install! 'cocoapods', :deterministic_uuids => false
5
6target 'OSXCocoaPodsTester' do
7  pod 'Protobuf', :path => '../../../..'
8end
9