• Thomas Van Lenten's avatar
    Make the CocoaPods integration tests more robust · 6c47faa8
    Thomas Van Lenten authored
    - Env solution doesn't seem to always work, use template pod files and copy
      them in place instead.
    - Flush the pods cache before and after runs.
    - Make pod install verbose to have the info incase something goes wrong.
    6c47faa8
Podfile-static 200 Bytes
source 'https://github.com/CocoaPods/Specs.git'
platform :osx, '10.9'

install! 'cocoapods', :deterministic_uuids => false

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