Packages

APNs provider for Apple Push Notification services (APNs) in Erlang. It supports the HTTP2 API.

Current section

Files

Jump to
apns4erl src apns.app.src
Raw

src/apns.app.src

{application,apns,
[{description,"APNs provider for Apple Push Notification services (APNs) in Erlang. It supports the HTTP2 API."},
{vsn,"2.2.1"},
{id,"apns4erl"},
{pkg_name,apns4erl},
{registered,[]},
{applications,[kernel,stdlib,jsx,chatterbox,base64url]},
{modules,[]},
{mod,{apns_app,[]}},
{maintainers,["Inaka"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/inaka/apns4erl"}]},
{build_tools,["rebar3"]}]}.