CardIOSDK - wrapper around the original card.io iOS library that provide the possibility to easily integrate card.io into Swift frameworks.
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;
If you use CocoaPods, then add this line to your podfile:
pod 'CardIOSDK'
- Original card.io iOS library - https://github.com/card-io/card.io-iOS-SDK
- Original card.io iOS source code - https://github.com/card-io/card.io-iOS-source
- CardIOSDK source code - https://github.com/verygoodsecurity/card.io-iOS-source
- VGSCollectSDK - scan and collect creadit cards data securelly - https://github.com/verygoodsecurity/vgs-collect-ios
Pull requests with new features are welcome!