Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.07 KB

MonoTouch (Xamarin.iOS) bindings for TPKeyboardAvoiding

These are MonoTouch (Xamarin.iOS) bindings for TPKeyboardAvoiding

Download

NuGet: NuGet Badge

MyGet: https://www.myget.org/F/azchohfi/api/v3/index.json

Requirements

  • iOS SDK
  • Xamarin Studio
  • Cocoapods
  • Make
  • NuGet (optional for packaging)

Building the bindings

Just run

make

This downloads sources via CocoaPods, creates the static objective-c library and finally links all into a .dll-file.

Creating the NuGet package

Run

make package

Pushing the NuGet package to a private feed

Setup a private NuGet feed, for example on myget. Push the package to the feed source:

nuget push TPKeyboardAvoiding.$(version).nupkg -Source "$(source_url)" -ApiKey "$(api_key)"