[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / f / 6 / IDCardReader / 1.0.29 / IDCardReader.podspec.json
blobb2ec4386570e20b92c69e9f082df2ad72e158001
2   "name": "IDCardReader",
3   "version": "1.0.29",
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.29/IDCardReader.zip"
15   },
16   "weak_frameworks": [
17     "CoreNFC"
18   ],
19   "default_subspecs": [
20     "Full"
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   "subspecs": [
33     {
34       "name": "Full",
35       "vendored_frameworks": "IDCardReader/Full/IDCardReader.xcframework",
36       "dependencies": {
37         "ObjectMapper": [
38           "~> 4.2"
39         ],
40         "OpenSSL-Universal": [
41           "1.1.1900"
42         ],
43         "ARVideoKit": [
44           "~> 1.5.51"
45         ]
46       }
47     },
48     {
49       "name": "Lite",
50       "vendored_frameworks": "IDCardReader/Lite/IDCardReader.xcframework",
51       "dependencies": {
52         "ObjectMapper": [
53           "~> 4.2"
54         ],
55         "OpenSSL-Universal": [
56           "1.1.1900"
57         ]
58       }
59     }
60   ],
61   "swift_version": "5.0"