Plugin.PushNotification by Rendy Del Rosario

<PackageReference Include="Plugin.PushNotification" Version="1.1.1" />

 Plugin.PushNotification 1.1.1

Receive and handle push notifications across Xamarin.iOS and Xamarin.Android

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Plugin.PushNotification</id>
    <version>1.1.1</version>
    <title>Push Notification Plugin for Xamarin</title>
    <authors>Rendy Del Rosario</authors>
    <owners>crossgeeks</owners>
    <licenseUrl>https://raw.githubusercontent.com/CrossGeeks/PushNotificationPlugin/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/CrossGeeks/PushNotificationPlugin</projectUrl>
    <iconUrl>https://github.com/CrossGeeks/PushNotificationPlugin/blob/master/art/icon.png?raw=true</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Receive and handle push notifications across Xamarin.iOS and Xamarin.Android</description>
    <summary>Receive and handle push notifications across Xamarin.iOS and Xamarin.Android</summary>
    <releaseNotes>Added missing initializers on iOS</releaseNotes>
    <copyright>Copyright 2017</copyright>
    <tags>iOS,Android,push notifications,pcl,xamarin,plugins,xam.pcl,fcm,apn</tags>
    <dependencies>
      <group targetFramework="MonoAndroid7.0">
        <dependency id="Xamarin.GooglePlayServices.Base" version="42.1021.1" />
        <dependency id="Xamarin.Firebase.Messaging" version="42.1021.1" />
      </group>
    </dependencies>
  </metadata>
</package>