README.md

# ApplePay

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/jshmrtn/ex-apple-pay/master/LICENSE)
[![Build Status](https://travis-ci.org/jshmrtn/ex-apple-pay.svg?branch=master)](https://travis-ci.org/jshmrtn/ex-apple-pay)
[![Hex.pm Version](https://img.shields.io/hexpm/v/apple_pay.svg?style=flat)](https://hex.pm/packages/apple_pay)
[![InchCI](https://inch-ci.org/github/jshmrtn/ex-apple-pay.svg?branch=master)](https://inch-ci.org/github/jshmrtn/ex-apple-pay)

## Installation

The package can be installed by adding `apple_pay` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:apple_pay, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). The docs can
be found at [https://hexdocs.pm/apple_pay](https://hexdocs.pm/apple_pay).