[Add] Netmera 3.24.6
[CocoaPods.git] / Specs / c / 4 / 6 / HVNFCReaderSDK / 0.0.3 / HVNFCReaderSDK.podspec.json
blob234761bf72dcc511576117a34533abb9ff5ce37a
2   "name": "HVNFCReaderSDK",
3   "version": "0.0.3",
4   "summary": "HyperVerge's iOS Framework for scanning NFC enabled smart chip IDs",
5   "description": "HVNFCReader SDK is used to scan and get the data from smart ID cards using NFC technology.",
6   "homepage": "https://github.com/hyperverge/HVNFCReaderSDK",
7   "authors": "HyperVerge",
8   "license": {
9     "type": "Custom",
10     "file": "LICENSE"
11   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "swift_versions": "5.4",
16   "source": {
17     "git": "https://github.com/hyperverge/HVNFCReaderSDK.git",
18     "tag": "0.0.3"
19   },
20   "vendored_frameworks": "HVNFCReaderSDK.xcframework",
21   "ios": {
22     "resources": "HVNFCResources.bundle"
23   },
24   "static_framework": true,
25   "dependencies": {
26     "OpenSSL-Universal": [
27       "1.1.180"
28     ]
29   },
30   "pod_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "user_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   },
36   "swift_version": "5.4"