/square-bindings

Xamarin.Android and Xamarin.iOS binding for https://github.com/square

Primary LanguageC#Apache License 2.0Apache-2.0

square-bindings

Build Status

Xamarin.Android and Xamarin.iOS bindings for the various https://github.com/square libraries

Libraries

Building

In order to build, you will need to use the Cake .NET Core tool (currently using v0.34.1):

dotnet cake

If the tool is not installed, then you can just install it with a simple command:

dotnet tool install -g cake