MMStripeCardScan
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
MMStripeCardScan only works on iOS13! It can be included on projects whose deployment target is iOS12, but it won't work.
Such projects must use conditional directives if #available(iOS 13,*)
and find other alternatives such as Card.IO to support iOS12.
Installation
MMStripeCardScan is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'MMStripeCardScan'
Author
egarroMADE, [email protected]
License
MMStripeCardScan is available under the MIT license. See the LICENSE file for more info.