blob: ce938deec7d34efb35aa49dec3c6ad8d598f7f00 [file] [log] [blame]
{
"name": "Valet",
"version": "4.0.0",
"license": "Apache License, Version 2.0",
"summary": "Securely store data on iOS, tvOS, watchOS, or macOS without knowing a thing about how the Keychain works. It's easy. We promise.",
"homepage": "https://github.com/square/Valet",
"authors": "Square",
"source": {
"git": "https://github.com/square/Valet.git",
"tag": "4.0.0"
},
"swift_versions": "5.0",
"source_files": "Sources/Valet/**/*.{swift,h}",
"public_header_files": "Sources/Valet/*.h",
"frameworks": "Security",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.11"
},
"tvos": {
"exclude_files": "Sources/Valet/SinglePromptSecureEnclaveValet.swift"
},
"watchos": {
"exclude_files": "Sources/Valet/SinglePromptSecureEnclaveValet.swift"
},
"swift_version": "5.0"
}