2 "name": "SecureInputs",
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",
10 "authors": "Mercado Libre",
12 "http": "https://artifacts.mercadolibre.com/repository/ios-releases/SecureInputs/1.2.0/SecureInputs.zip"
14 "static_framework": true,
18 "swift_versions": "5.7",
19 "default_subspecs": "AndesFields",
21 "SecureInputsResources": [
22 "LibraryComponents/Assets/*.*"
25 "pod_target_xcconfig": {
26 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32 "requires_app_host": false,
33 "source_files": "LibraryComponents/Tests/**/*.{swift}",
34 "frameworks": "XCTest"
41 "LibraryComponents/Sources/Networking/**/*.{swift}"
45 "name": "Tokenization",
47 "LibraryComponents/Sources/Tokenization/**/*.{swift}"
50 "SecureInputs/Networking": [
56 "name": "PlainFields",
58 "LibraryComponents/Assets/*.*",
59 "LibraryComponents/Assets/**/*.xcassets"
62 "LibraryComponents/Sources/SecureInputs/**/*.{swift}"
65 "SecureInputs/Tokenization": [
73 "requires_app_host": false,
74 "source_files": "LibraryComponents/Tests/**/*.{swift}",
75 "frameworks": "XCTest"
80 "name": "AndesFields",
82 "SecureInputs/PlainFields": [
91 "swift_version": "5.7"