[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / a / f / 6 / IDCardReader / 1.0.1 / IDCardReader.podspec.json
blobd8f3f65a357297e299da9d841cefddbac99427a6
2   "name": "IDCardReader",
3   "version": "1.0.1",
4   "summary": "This package handles reading an NFC Enabled passport using iOS 13 CoreNFC APIS",
5   "homepage": "https://github.com/trungnguyen1791/CardReader",
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/CardReader/releases/download/1.0.1/IDCardReader.xcframework.zip"
15   },
16   "ios": {
17     "vendored_frameworks": "IDCardReader.xcframework"
18   },
19   "swift_versions": "5.0",
20   "dependencies": {
21     "OpenSSL-Universal": [
22       "1.1.1900"
23     ]
24   },
25   "xcconfig": {
26     "OTHER_LDFLAGS": "-weak_framework CryptoKit -weak_framework CoreNFC -weak_framework CryptoTokenKit"
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"