Skip to content

Commit

Permalink
[Add] Valet 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed authored and CocoaPodsBot committed Oct 26, 2024
1 parent 537e2c7 commit 3f7cd97
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Specs/d/6/f/Valet/5.0.0/Valet.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "Valet",
"version": "5.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": "5.0.0"
},
"swift_versions": "6.0",
"source_files": "Sources/Valet/**/*.{swift,h}",
"public_header_files": "Sources/Valet/*.h",
"frameworks": "Security",
"platforms": {
"ios": "12.0",
"tvos": "12.0",
"watchos": "4.0",
"osx": "10.13"
},
"tvos": {
"exclude_files": "Sources/Valet/SinglePromptSecureEnclaveValet.swift"
},
"watchos": {
"exclude_files": "Sources/Valet/SinglePromptSecureEnclaveValet.swift"
},
"swift_version": "6.0"
}

0 comments on commit 3f7cd97

Please sign in to comment.