blob: 6f80648a3f42e533c5a16e73eb0e87e9a2b2461b [file] [log] [blame]
{
"name": "Valet",
"version": "3.2.5",
"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": "3.2.5"
},
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5.0",
"5.0"
],
"source_files": "Sources/**/*.{swift,h}",
"public_header_files": "Sources/*.h",
"frameworks": "Security",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.11"
},
"tvos": {
"exclude_files": "Sources/SinglePromptSecureEnclaveValet.swift"
},
"watchos": {
"exclude_files": "Sources/SinglePromptSecureEnclaveValet.swift"
},
"swift_version": "5.0"
}