rwbutler/Hash

View on GitHub
Example/Podfile

Summary

Maintainability
Test Coverage
use_frameworks!

target 'Hash_Example' do
  pod 'Hash', :path => '../'

  target 'Hash_Tests' do
    inherit! :search_paths

    
  end
end