I'm trying to bind this Folding Cell to an Xamarin project but don't see the *.a file mentioned in these directions.
sudo gem install cocoapods
sharpie pod init ios FoldingCell
sharpie pod bind
As indicated at the bottom of the page, I should follow these directions to make a binding project, but the directions require the *.a
file.
Since I have the source of the FoldingCell framework, I know I can likely make the changes needed.
(Disclaimer, all of my iOS work is with Xamarin, not XCode)