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/melisource/fury_secure-inputs-ios",
10 "authors": "Mercado Libre",
12 "http": "https://artifacts.mercadolibre.com/repository/ios-releases/SecureInputs/1.5.0/SecureInputs.zip"
14 "static_framework": true,
18 "swift_versions": "5.7",
19 "default_subspecs": "AndesFields",
20 "pod_target_xcconfig": {
21 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27 "requires_app_host": false,
28 "source_files": "LibraryComponents/Tests/**/*.{swift}",
29 "frameworks": "XCTest"
36 "LibraryComponents/Sources/Networking/**/*.{swift}"
40 "name": "Tokenization",
42 "LibraryComponents/Sources/Tokenization/**/*.{swift}"
45 "SecureInputs/Networking": [
51 "name": "PlainFields",
53 "LibraryComponents/Sources/SecureInputs/**/*.{swift}"
56 "SecureInputs/Tokenization": [
64 "requires_app_host": false,
65 "source_files": "LibraryComponents/Tests/**/*.{swift}",
66 "frameworks": "XCTest"
71 "name": "AndesFields",
73 "SecureInputs/PlainFields": [
82 "swift_version": "5.7"