[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / b / 2 / 8 / IDCardReaderLite / 1.0.4 / IDCardReaderLite.podspec.json
blob011f1e318cccdb367e4366b73f4fc41b4c36ea4b
2   "name": "IDCardReaderLite",
3   "version": "1.0.4",
4   "summary": "This package handles reading an NFC Enabled passport using iOS 13 CoreNFC APIS",
5   "homepage": "https://github.com/trungnguyen1791/CardReaderLite",
6   "authors": {
7     "My Name": "myemail@example.com"
8   },
9   "license": "MIT",
10   "platforms": {
11     "ios": "13.0"
12   },
13   "source": {
14     "http": "https://github.com/trungnguyen1791/CardReaderLite/releases/download/1.0.4/IDCardReaderLite.zip"
15   },
16   "vendored_frameworks": "IDCardReaderLite/IDCardReaderLite.xcframework",
17   "dependencies": {
18     "OpenSSL-Universal": [
19       "~> 3.1.5001"
20     ]
21   },
22   "swift_versions": "5.0",
23   "xcconfig": {
24     "OTHER_LDFLAGS": "-weak_framework CryptoKit -weak_framework CoreNFC -weak_framework CryptoTokenKit"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "swift_version": "5.0"