4 "license": "Apache License, Version 2.0",
5 "summary": "Valet lets you securely store data in the iOS or OS X 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",
24 "requires_app_host": true,
25 "source_files": "Tests/**/*.{h,m,swift}",
26 "exclude_files": "Tests/MacTests.swift"
29 "source_files": "Tests/**/*.{h,m,swift}"
31 "pod_target_xcconfig": {
32 "SWIFT_OBJC_BRIDGING_HEADER": "${PODS_TARGET_SRCROOT}/Tests/ValetTests-Bridging-Header.h",
33 "CLANG_WARN_UNGUARDED_AVAILABILITY": "YES"