[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / 7 / 9 / SecureInputs / 1.2.0 / SecureInputs.podspec.json
blob412cd9e0205a4ffaef25ff27636b577e4f244826
2   "name": "SecureInputs",
3   "version": "1.2.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/mercadolibre/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.2.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   "resource_bundles": {
21     "SecureInputsResources": [
22       "LibraryComponents/Assets/*.*"
23     ]
24   },
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "requires_app_host": false,
33       "source_files": "LibraryComponents/Tests/**/*.{swift}",
34       "frameworks": "XCTest"
35     }
36   ],
37   "subspecs": [
38     {
39       "name": "Networking",
40       "source_files": [
41         "LibraryComponents/Sources/Networking/**/*.{swift}"
42       ]
43     },
44     {
45       "name": "Tokenization",
46       "source_files": [
47         "LibraryComponents/Sources/Tokenization/**/*.{swift}"
48       ],
49       "dependencies": {
50         "SecureInputs/Networking": [
52         ]
53       }
54     },
55     {
56       "name": "PlainFields",
57       "resources": [
58         "LibraryComponents/Assets/*.*",
59         "LibraryComponents/Assets/**/*.xcassets"
60       ],
61       "source_files": [
62         "LibraryComponents/Sources/SecureInputs/**/*.{swift}"
63       ],
64       "dependencies": {
65         "SecureInputs/Tokenization": [
67         ]
68       },
69       "testspecs": [
70         {
71           "name": "Tests",
72           "test_type": "unit",
73           "requires_app_host": false,
74           "source_files": "LibraryComponents/Tests/**/*.{swift}",
75           "frameworks": "XCTest"
76         }
77       ]
78     },
79     {
80       "name": "AndesFields",
81       "dependencies": {
82         "SecureInputs/PlainFields": [
84         ],
85         "AndesUI": [
86           "~> 3.0"
87         ]
88       }
89     }
90   ],
91   "swift_version": "5.7"