README.md

# IAB Global Privacy Platform
`Gpp` provides an Elixir implementation of GPP string decoding.

Supports TCF (v1.1 & v2), USPCA, USPCO, USPCT, USPNAT, USPUT, and USPVA.

[Spec](https://github.com/InteractiveAdvertisingBureau/Global-Privacy-Platform)

[Golang Implementation](https://github.com/prebid/go-gpp)

## Installation

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

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

The docs can be found at <https://hexdocs.pm/gpp>.