rwbutler/Updates

View on GitHub
Example/Podfile

Summary

Maintainability
Test Coverage
use_frameworks!

target 'Updates_Example' do
  pod 'Updates', :path => '../'

  target 'Updates_Tests' do
    inherit! :search_paths

    
  end
end