[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 2 / a / 5 / NFCPassportReader2 / 1.1.4 / NFCPassportReader2.podspec.json
blobd15c6f5e1834adee28b043309b99c66b7421aa06
2   "name": "NFCPassportReader2",
3   "version": "1.1.4",
4   "summary": "This package handles reading an NFC Enabled passport using iOS 13 CoreNFC APIS",
5   "homepage": "https://github.com/daoan1412/NFCPassportReader",
6   "license": "MIT",
7   "authors": {
8     "Dao An": "daoan1412@gmail.com"
9   },
10   "platforms": {
11     "ios": "11.0"
12   },
13   "source": {
14     "git": "https://github.com/daoan1412/NFCPassportReader.git",
15     "tag": "1.1.4"
16   },
17   "source_files": "Sources/**/*.{swift}",
18   "swift_versions": "5.0",
19   "dependencies": {
20     "OpenSSL-Universal": [
21       "1.1.180"
22     ]
23   },
24   "xcconfig": {
25     "OTHER_LDFLAGS": "-weak_framework CryptoKit -weak_framework CoreNFC",
26     "ENABLE_BITCODE": "\"NO"
27   },
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "user_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "swift_version": "5.0"