[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 7 / 9 / SecureInputs / 1.8.0 / SecureInputs.podspec.json
blob2b00ee36ad91f6820bc5e2fa4b1b5b58df82ad39
2   "name": "SecureInputs",
3   "version": "1.8.0",
4   "summary": "SecureInputs library for ios app.",
5   "description": "SecureInputs library allows integrator using secure fields for handling PCI and PII data. This way it cannot be easily exopsed.",
6   "homepage": "https://github.com/melisource/fury_secure-inputs-ios",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": "Mercado Libre",
11   "source": {
12     "http": "https://artifacts.mercadolibre.com/repository/ios-releases/SecureInputs/1.8.0/SecureInputs.zip"
13   },
14   "static_framework": true,
15   "platforms": {
16     "ios": "13.0"
17   },
18   "swift_versions": "5.7",
19   "default_subspecs": "AndesFields",
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "requires_app_host": false,
28       "source_files": "LibraryComponents/Tests/**/*.{swift}",
29       "frameworks": "XCTest"
30     }
31   ],
32   "subspecs": [
33     {
34       "name": "Networking",
35       "source_files": [
36         "LibraryComponents/Sources/Networking/**/*.{swift}"
37       ]
38     },
39     {
40       "name": "Tokenization",
41       "source_files": [
42         "LibraryComponents/Sources/Tokenization/**/*.{swift}"
43       ],
44       "dependencies": {
45         "SecureInputs/Networking": [
47         ]
48       }
49     },
50     {
51       "name": "PlainFields",
52       "source_files": [
53         "LibraryComponents/Sources/SecureInputs/**/*.{swift}"
54       ],
55       "dependencies": {
56         "SecureInputs/Tokenization": [
58         ]
59       },
60       "testspecs": [
61         {
62           "name": "Tests",
63           "test_type": "unit",
64           "requires_app_host": false,
65           "source_files": "LibraryComponents/Tests/**/*.{swift}",
66           "frameworks": "XCTest"
67         }
68       ]
69     },
70     {
71       "name": "AndesFields",
72       "dependencies": {
73         "SecureInputs/PlainFields": [
75         ],
76         "AndesUI": [
77           "~> 3.120"
78         ]
79       }
80     }
81   ],
82   "swift_version": "5.7"