blob: 2cbf5af20db59f8a07332c2060c4f242fc5b4737 [file] [log] [blame]
{
"name": "NFCPassportReader",
"version": "1.0.7",
"summary": "This package handles reading an NFC Enabled passport using iOS 13 CoreNFC APIS",
"homepage": "https://github.com/AndyQ/NFCPassportReader",
"license": "MIT",
"authors": {
"Andy Qua": "andy.qua@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/AndyQ/NFCPassportReader.git",
"tag": "1.0.7"
},
"source_files": "Sources/**/*.{swift}",
"swift_versions": "5.0",
"dependencies": {
"OpenSSL-Universal/Framework": [
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-weak_framework CryptoKit -weak_framework CoreNFC",
"ENABLE_BITCODE": "\"NO"
},
"swift_version": "5.0"
}