[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / f / 6 / IDCardReader / 1.0.14 / IDCardReader.podspec.json
blob27552f5f890c8c19310159b31a219ebb131f6e04
2   "name": "IDCardReader",
3   "version": "1.0.14",
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.14/IDCardReader.xcframework.zip"
18   },
19   "ios": {
20     "vendored_frameworks": "IDCardReader.xcframework"
21   },
22   "swift_versions": "5.0",
23   "dependencies": {
24     "ObjectMapper": [
25       "~> 4.2"
26     ],
27     "OpenSSL-Universal": [
28       "1.1.1900"
29     ],
30     "ARVideoKit": [
31       "~> 1.5.51"
32     ]
33   },
34   "xcconfig": {
35     "OTHER_LDFLAGS": "-weak_framework CryptoKit -weak_framework CoreNFC -weak_framework CryptoTokenKit"
36   },
37   "pod_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "user_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "swift_version": "5.0"