README.md
# ApplePay
[](https://raw.githubusercontent.com/jshmrtn/ex-apple-pay/master/LICENSE)
[](https://travis-ci.org/jshmrtn/ex-apple-pay)
[](https://hex.pm/packages/apple_pay)
[](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).