Skip to content

verygoodsecurity/CardIOSDK-iOS

Repository files navigation

CardIOSDK

CardIOSDK - wrapper around the original card.io iOS library that provide the possibility to easily integrate card.io into Swift frameworks.

Additional features

This wrappers containes additional functionality - possibility to set preferred camera position for CardIOPaymentViewController:

CardIOPaymentViewController

- (id)initWithPaymentDelegate:(id<CardIOPaymentViewControllerDelegate>)aDelegate scanningEnabled:(BOOL)scanningEnabled preferredDevicePosition:(AVCaptureDevicePosition)preferredDevicePosition;

Integration

If you use CocoaPods, then add this line to your podfile:

pod 'CardIOSDK'

Useful links

Pull requests with new features are welcome!