stanwood/Stanwood_Debugger_iOS

View on GitHub
Example/Podfile

Summary

Maintainability
Test Coverage
use_frameworks!

target 'Harlow_Example' do
  pod 'Harlow', :path => '../', :configurations => ['Debug']
  
  target 'Harlow_Tests' do
    inherit! :search_paths
  end
end