aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.6.0/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static
blob: e9b3c235dd1694d4589ced283bcbbc3c11b76a99 (plain)
1
2
3
4
5
6
7
8
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

install! 'cocoapods', :deterministic_uuids => false

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