4 "license": "Apache License, Version 2.0",
5 "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.",
6 "homepage": "https://github.com/square/Valet",
9 "git": "https://github.com/square/Valet.git",
12 "source_files": "Sources/**/*.{swift,h}",
13 "public_header_files": "Sources/*.h",
14 "frameworks": "Security",
21 "exclude_files": "Sources/SinglePromptSecureEnclaveValet.swift"
28 "requires_app_host": true,
29 "source_files": "Tests/**/*.{h,m,swift}",
30 "exclude_files": "Tests/MacTests.swift"
33 "requires_app_host": true,
34 "source_files": "Tests/**/*.{h,m,swift}",
36 "Tests/MacTests.swift",
37 "Tests/*BackwardsCompatibilityTests.swift",
38 "Tests/SinglePromptSecureEnclaveTests.swift"
42 "source_files": "Tests/**/*.{h,m,swift}"
44 "pod_target_xcconfig": {
45 "SWIFT_OBJC_BRIDGING_HEADER": "${PODS_TARGET_SRCROOT}/Tests/ValetTests-Bridging-Header.h",
46 "CLANG_WARN_UNGUARDED_AVAILABILITY": "YES"