[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / 9 / d / NFCPassportReader / 1.1.8 / NFCPassportReader.podspec.json
blob92b0c60ac7806e26bcf9f1abf4f1d7ce3bfe6580
2   "name": "NFCPassportReader",
3   "version": "1.1.8",
4   "summary": "This package handles reading an NFC Enabled passport using iOS 13 CoreNFC APIS",
5   "homepage": "https://github.com/AndyQ/NFCPassportReader",
6   "license": "MIT",
7   "authors": {
8     "Andy Qua": "andy.qua@gmail.com"
9   },
10   "platforms": {
11     "ios": "12.0"
12   },
13   "source": {
14     "git": "https://github.com/AndyQ/NFCPassportReader.git",
15     "tag": "1.1.8"
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 -weak_framework CryptoTokenKit"
26   },
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "swift_version": "5.0"