[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 7 / 9 / SecureInputs / 1.1.2 / SecureInputs.podspec.json
blobffbb15699968def21a5c866058c1846cf92fa2c6
2   "name": "SecureInputs",
3   "version": "1.1.2",
4   "summary": "SecureInputs library for ios app.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/mercadolibre/fury_secure-inputs-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "douglas eiki": "douglas.eiki@mercadolivre.com"
13   },
14   "source": {
15     "http": "https://artifacts.mercadolibre.com/repository/ios-releases/SecureInputs/1.1.2/SecureInputs.zip"
16   },
17   "static_framework": true,
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.7",
22   "default_subspecs": "SecureInputs",
23   "resource_bundles": {
24     "SecureInputsResources": [
25       "LibraryComponents/Assets/*.*"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "testspecs": [
32     {
33       "name": "Tests",
34       "test_type": "unit",
35       "requires_app_host": false,
36       "source_files": "LibraryComponents/Tests/**/*.{swift}",
37       "frameworks": "XCTest"
38     }
39   ],
40   "subspecs": [
41     {
42       "name": "Networking",
43       "source_files": [
44         "LibraryComponents/Sources/Networking/**/*.{swift}"
45       ]
46     },
47     {
48       "name": "Tokenization",
49       "source_files": [
50         "LibraryComponents/Sources/Tokenization/**/*.{swift}"
51       ],
52       "dependencies": {
53         "SecureInputs/Networking": [
55         ]
56       }
57     },
58     {
59       "name": "SecureInputs",
60       "resources": [
61         "LibraryComponents/Assets/*.*",
62         "LibraryComponents/Assets/**/*.xcassets"
63       ],
64       "source_files": [
65         "LibraryComponents/Sources/SecureInputs/**/*.{swift}"
66       ],
67       "dependencies": {
68         "SecureInputs/Tokenization": [
70         ],
71         "AndesUI": [
72           "~> 3.0"
73         ]
74       }
75     }
76   ],
77   "swift_version": "5.7"