AndyQ / NFCPassportReader

NFCPassportReader for iOS 13
MIT License
738 stars 239 forks source link

Support build for iOS10 #121

Closed blyscuit closed 2 years ago

blyscuit commented 2 years ago

Currently it's possible to support build for iOS10 by setting spec.ios.deployment_target = "10.0" in NFCPassportReader.podspec instead of 13.0.

The library will compile just fine with all the @avaialbe tag.

danydev commented 2 years ago

Support for ISO 7816 starts from iOS 13 https://developer.apple.com/documentation/corenfc/nfciso7816tag

AndyQ commented 2 years ago

I won't be adding support for this sorry.