blob: e811c975321c24299d44647b216b9406cd2b6ec9 [file] [log] [blame]
{
"name": "Valet",
"version": "3.1.2",
"license": "Apache License, Version 2.0",
"summary": "Securely store data in the iOS, tvOS, or macOS Keychain 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.1.2"
},
"source_files": "Sources/**/*.{swift,h}",
"public_header_files": "Sources/*.h",
"frameworks": "Security",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"tvos": {
"exclude_files": "Sources/SinglePromptSecureEnclaveValet.swift"
}
}