forked from edsnider/localnotificationsplugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
component.yaml
32 lines (27 loc) · 900 Bytes
/
component.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
%YAML 1.2
---
id: localnotificationsplugin
name: Local Notifications Plugin
publisher: Ed Snider
version: 1.0.1
summary: Notifier provides a consistent and easy way to show local notifications from within a native mobile app with a single line of code.
docs-url: https://github.com/edsnider/Xamarin.Plugins
publisher-url: https://github.com/edsnider/Xamarin.Plugins
details: README.md
getting-started: README.md
license: ../LICENSE
icons:
- NuGet/localnotificationsplugin_128x128.png
- NuGet/localnotificationsplugin_512x512.png
no_build: "true"
is_shell: "true"
packages:
ios-unified: Xam.Plugins.Notifier,Version=1.0.1
winphone-8.1: Xam.Plugins.Notifier,Version=1.0.1
ios: Xam.Plugins.Notifier,Version=1.0.1
android: Xam.Plugins.Notifier,Version=1.0.1
samples:
- path: ../Samples/NotifierSample/NotifierSample.sln
name: Xamarin.Forms Sample
configuration: Release
...