blob: 90ff7f9bfa983b24b9f3d6575e419c7efc5d5733 [file] [log] [blame]
{
"name": "Locksmith",
"version": "2.0.2",
"summary": "Locksmith is a powerful, protocol-oriented library for working with the keychain in Swift.",
"description": "Locksmith is a powerful, protocol-oriented library for working with the iOS, Mac OS X, watchOS, and tvOS keychain in Swift. It provides extensive support for a lot of different keychain requests, and extensively uses Swift-native concepts.",
"homepage": "https://github.com/matthewpalmer/Locksmith",
"license": "MIT",
"authors": {
"matthewpalmer": "matt@matthewpalmer.net"
},
"source": {
"git": "https://github.com/matthewpalmer/Locksmith.git",
"tag": "2.0.2"
},
"social_media_url": "https://twitter.com/_matthewpalmer",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Source/*.{m,h,swift}",
"frameworks": [
"Foundation",
"Security"
]
}