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