3.0: Support for iPhone X
- [UPDATE] Update target SDK to iOS 11, deployment target raised to iOS 8.0
- [REMOVED] Drop support for audio connection to first generation PIN+ devices.
This implies that theYTLibResources.bundle
has been removed. - [IMPROVEMENT] Add module map for Swift integration without bridging headers
- [IMPROVEMENT] Prefer readonly properties over methods to improve Swift signatures
- [ADDED] Add CocoaPods integration support – use
pod SumUpSDK
in your Podfile
Sample application:
- [UPDATE] Update deployment target of Obj-C app to iOS 8
- [UPDATE] AVFoundation is linked as required since weak linking was only needed
when running on iOS 5 - [IMPROVEMENT] Swift sample app uses modular imports instead of bridging headers