Packages

APNS and FCM Erlang Push Notifications library

Current section

Files

Jump to
epns src epns.app.src
Raw

src/epns.app.src

{application,epns,
[{description,"APNS and FCM Erlang Push Notifications library"},
{vsn,"1.1.0"},
{registered,[]},
{applications,[kernel,stdlib,inets,ssl]},
{env,[]},
{modules,[]},
{maintainers,[]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/vkatsuba/epns"}]}]}.