blob: 4cd0379c757833be0cf3b3b93caa00a3dde9fe4a [file] [log] [blame]
{
"name": "Valet",
"version": "2.4.2",
"license": "Apache License, Version 2.0",
"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.",
"homepage": "https://github.com/square/Valet",
"authors": "Square",
"source": {
"git": "https://github.com/square/Valet.git",
"tag": "2.4.2"
},
"source_files": [
"Valet/*.{h,m}",
"Other/*.{h,m}"
],
"public_header_files": "Valet/*.h",
"private_header_files": "Valet/*_Protected.h",
"frameworks": "Security",
"platforms": {
"ios": "6.0",
"osx": "10.10"
}
}