blob: 6af1dfc3e3a98a292934ca8981b28fedb6bfb9d9 [file] [log] [blame]
{
"name": "FXKeychain",
"version": "1.3",
"license": "zlib",
"summary": "FXKeychain is a lightweight wrapper around the Apple keychain APIs that provides a simple dictionary-like interface.",
"homepage": "https://github.com/nicklockwood/FXKeychain",
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/FXKeychain.git",
"tag": "1.3"
},
"source_files": "FXKeychain",
"requires_arc": true,
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"frameworks": "Security"
}