[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / a / f / 6 / IDCardReader / 1.0.38 / IDCardReader.podspec.json
blob0ca10e37e1b71ab7a818112ba156ac203fcc0797
2   "name": "IDCardReader",
3   "version": "1.0.38",
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": "11.0"
12   },
13   "source": {
14     "http": "https://github.com/trungnguyen1791/CardReader/releases/download/1.0.38/IDCardReader.zip"
15   },
16   "default_subspecs": [
17     "Full"
18   ],
19   "swift_versions": "5.0",
20   "xcconfig": {
21     "OTHER_LDFLAGS": "-weak_framework CryptoKit -weak_framework CoreNFC -weak_framework CryptoTokenKit"
22   },
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "subspecs": [
30     {
31       "name": "Full",
32       "vendored_frameworks": "IDCardReader/Full/IDCardReader.xcframework",
33       "dependencies": {
34         "ObjectMapper": [
35           "~> 4.2"
36         ],
37         "OpenSSL-Universal": [
38           "1.1.1900"
39         ]
40       }
41     },
42     {
43       "name": "Lite",
44       "vendored_frameworks": "IDCardReader/Lite/IDCardReader.xcframework",
45       "dependencies": {
46         "ObjectMapper": [
47           "~> 4.2"
48         ],
49         "OpenSSL-Universal": [
50           "1.1.1900"
51         ]
52       }
53     }
54   ],
55   "swift_version": "5.0"