• 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 199 Bytes
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

install! 'cocoapods', :deterministic_uuids => false

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