Skip to content

Latest commit

 

History

History
91 lines (81 loc) · 4.94 KB

README.md

File metadata and controls

91 lines (81 loc) · 4.94 KB

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