aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile
blob: 956e8148ed6867428dc2c5465c76d90cf97db553 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
source 'https://github.com/CocoaPods/Specs.git'
platform :osx, '10.9'

install! 'cocoapods', :deterministic_uuids => false

if ENV['USE_FRAMEWORKS'] == 'YES' then
  use_frameworks!
end

target 'OSXCocoaPodsTester' do
  pod 'Protobuf', :path => '../../../..'
end