[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / a / f / 6 / IDCardReader / 1.0.34 / IDCardReader.podspec.json
blobbefa92ccd10d8c50a008134c6a557e49068385cd
2   "name": "IDCardReader",
3   "version": "1.0.34",
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.34/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         "ARVideoKit": [
41           "~> 1.5.51"
42         ]
43       }
44     },
45     {
46       "name": "Lite",
47       "vendored_frameworks": "IDCardReader/Lite/IDCardReader.xcframework",
48       "dependencies": {
49         "ObjectMapper": [
50           "~> 4.2"
51         ],
52         "OpenSSL-Universal": [
53           "1.1.1900"
54         ]
55       }
56     }
57   ],
58   "swift_version": "5.0"