forked from HoussemDellai/Facebook-Login-Xamarin-Forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Plugin.Facebook.nuspec
44 lines (44 loc) · 2.1 KB
/
Plugin.Facebook.nuspec
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
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.3">
<id>Plugin.Facebook</id>
<version>1.0.0</version>
<title>Facebook Plugin for Xamarin and Windows</title>
<authors>Houssem Dellai</authors>
<owners>Houssem Dellai</owners>
<licenseUrl>
https://github.com/HoussemDellai/Facebook-Login-Xamarin-Forms
</licenseUrl>
<projectUrl>
https://github.com/HoussemDellai/Facebook-Login-Xamarin-Forms
</projectUrl>
<iconUrl>
https://github.com/HoussemDellai/Facebook-Login-Xamarin-Forms/blob/master/items/facebook.jpg?raw=true
</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Provides a sample implementation of a ContentPage that shows how to login and show Facebook user profile from Facebook API.
</description>
<summary>Provides a sample implementation of a ContentPage that shows how to login and show Facebook user profile from Facebook API.</summary>
<tags>xamarin, pcl, xam.pcl, plugin, plugin for xamarin, windows phone, winphone, wp8, winrt, android, xamarin.forms, ios, Facebook</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="8.0.3" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
</dependencies>
</metadata>
<files>
<!--Core-->
<file src="FacebookLogin\FacebookLogin\Models\FacebookProfile.cs"
target="content\Models\FacebookProfile.cs" />
<file src="FacebookLogin\FacebookLogin\ViewModels\FacebookViewModel.cs"
target="content\ViewModels\FacebookViewModel.cs" />
<file src="FacebookLogin\FacebookLogin\Views\FacebookProfileCsPage.cs"
target="content\Views\FacebookProfileCsPage.cs" />
<file src="FacebookLogin\FacebookLogin\Views\MainCsPage.cs"
target="content\Views\MainCsPage.cs" />
<file src="FacebookLogin\FacebookLogin\Services\FacebookServices.cs"
target="content\Services\FacebookServices.cs" />
<!--<file src="readme.txt"
target="content\readme.txt"/>-->
</files>
</package>