FubarCoder.RestSharp.Portable.OAuth by RestSharp project

<PackageReference Include="FubarCoder.RestSharp.Portable.OAuth" Version="2.3.1" />

 FubarCoder.RestSharp.Portable.OAuth 2.3.1

This library contains the OAuth 1.0 authenticator for RestSharp.Portable, which is a port of the OAuth 1.0 authenticator from the original RestSharp project. The authenticator was moved to a different library, to keep the number of dependencies of the RestSharp.Portable package as small as possible. Supported Platforms: - .NET Framework 4 - .NET for Windows Store apps - .NET Native for Windows Store apps - Windows Phone 8 - Windows Phone 8.1 - Silverlight 5 - Xamarin Android - Xamarin iOS / MonoTouch - Portable Class Libraries

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>FubarCoder.RestSharp.Portable.OAuth</id>
    <version>2.3.1</version>
    <title>RestSharp.Portable OAuth 1.0 authenticator</title>
    <authors>RestSharp project</authors>
    <owners>Mark Junker</owners>
    <licenseUrl>http://choosealicense.com/licenses/apache-2.0/</licenseUrl>
    <projectUrl>https://github.com/FubarDevelopment/restsharp.portable</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>This library contains the OAuth 1.0 authenticator for RestSharp.Portable, which is a port of the OAuth 1.0 authenticator from the original RestSharp project. The authenticator was moved to a different library, to keep the number of dependencies of the RestSharp.Portable package as small as possible.

Supported Platforms:
- .NET Framework 4
- .NET for Windows Store apps
- .NET Native for Windows Store apps
- Windows Phone 8
- Windows Phone 8.1
- Silverlight 5
- Xamarin Android
- Xamarin iOS / MonoTouch
- Portable Class Libraries</description>
    <summary>OAuth authenticator</summary>
    <releaseNotes>- Parallel release (Issues #17 fixed)</releaseNotes>
    <copyright>Copyright © John Sheehan and RestSharp.Portable project</copyright>
    <language>en-US</language>
    <tags>PCL RestSharp portable OAuth</tags>
    <dependencies>
      <group targetFramework=".NETPortable0.0-net40+sl50+win+wpa81+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10">
        <dependency id="FubarCoder.RestSharp.Portable" version="2.3.1" />
        <dependency id="Portable.BouncyCastle-Signed" version="1.7.0.1" />
      </group>
      <group targetFramework=".NETFramework4.0">
        <dependency id="FubarCoder.RestSharp.Portable" version="2.3.1" />
      </group>
      <group targetFramework=".NETFramework4.5">
        <dependency id="FubarCoder.RestSharp.Portable" version="2.3.1" />
      </group>
      <group targetFramework="MonoAndroid1.0">
        <dependency id="FubarCoder.RestSharp.Portable" version="2.3.1" />
      </group>
      <group targetFramework="MonoTouch1.0">
        <dependency id="FubarCoder.RestSharp.Portable" version="2.3.1" />
      </group>
      <group targetFramework="Xamarin.iOS1.0">
        <dependency id="FubarCoder.RestSharp.Portable" version="2.3.1" />
      </group>
    </dependencies>
  </metadata>
</package>