blob: 2e6353ae105fb8a9c9d6f4226a5f2c7b96b7265f [file] [log] [blame]
{
"name": "FXKeychain",
"version": "1.2",
"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.2"
},
"source_files": "FXKeychain",
"requires_arc": true,
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"frameworks": "Security"
}