[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / f / 6 / IDCardReader / 1.0.8 / IDCardReader.podspec.json
blob1fbfbb85829ea688ed6a5591175e35c02169e3b5
2   "name": "IDCardReader",
3   "version": "1.0.8",
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": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "ios": "13.0"
15   },
16   "source": {
17     "http": "https://github.com/trungnguyen1791/CardReader/releases/download/1.0.8/IDCardReader.xcframework.zip"
18   },
19   "ios": {
20     "vendored_frameworks": "IDCardReader.xcframework"
21   },
22   "swift_versions": "5.0",
23   "dependencies": {
24     "OpenSSL-Universal": [
25       "1.1.1900"
26     ]
27   },
28   "xcconfig": {
29     "OTHER_LDFLAGS": "-weak_framework CryptoKit -weak_framework CoreNFC -weak_framework CryptoTokenKit"
30   },
31   "pod_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "user_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "swift_version": "5.0"