What would be an optimal control to use in order to collect an expiry date for a card (not credit) on iOS (iPad)

I need to ask a user to fill in the expiry date for a card. The default spinners on iOS for a date picker doesn't provide a simple month/year option and the pods I've found are terrible. I would create my own, or provide PRs to fix up the AP:I of the controls, but I'm constrained by time.

That said, I'd really like to know if the spinner is even the most correct/optimal control to use of this on iOS. I've considered validated text fields, but still think the spinner is probably the best.