aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile
blob: cc353f16de89e181fbbca843d855f23d4a067079 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

install! 'cocoapods', :deterministic_uuids => false

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

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