[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 7 / 9 / SecureInputs / 1.1.1 / SecureInputs.podspec.json
blob829c84484909ff39f802cd1fa9adfedb40558bbb
2   "name": "SecureInputs",
3   "version": "1.1.1",
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     "git": "git@github.com:mercadolibre/fury_secure-inputs-ios.git",
16     "tag": "1.1.1"
17   },
18   "static_framework": true,
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": "5.7",
23   "default_subspecs": "SecureInputs",
24   "resource_bundles": {
25     "SecureInputsResources": [
26       "LibraryComponents/Assets/*.*"
27     ]
28   },
29   "pod_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "requires_app_host": false,
37       "source_files": "LibraryComponents/Tests/**/*.{swift}",
38       "frameworks": "XCTest"
39     }
40   ],
41   "subspecs": [
42     {
43       "name": "Networking",
44       "source_files": [
45         "LibraryComponents/Sources/Networking/**/*.{swift}"
46       ]
47     },
48     {
49       "name": "Tokenization",
50       "source_files": [
51         "LibraryComponents/Sources/Tokenization/**/*.{swift}"
52       ],
53       "dependencies": {
54         "SecureInputs/Networking": [
56         ]
57       }
58     },
59     {
60       "name": "SecureInputs",
61       "resources": [
62         "LibraryComponents/Assets/*.*",
63         "LibraryComponents/Assets/**/*.xcassets"
64       ],
65       "source_files": [
66         "LibraryComponents/Sources/SecureInputs/**/*.{swift}"
67       ],
68       "dependencies": {
69         "SecureInputs/Tokenization": [
71         ],
72         "AndesUI": [
73           "~> 3.0"
74         ]
75       }
76     }
77   ],
78   "swift_version": "5.7"