target 'Example-macOS' do
  platform :osx, '10.12'

  # AppAuth Pod
  # In production, just use `pod 'AppAuth'` without the path reference.
  pod 'AppAuth', :path => '../../'
end
