blob: 3ce7be3701c3df194440424a58d39afcf3984489 [file] [log] [blame]
{
"name": "Locksmith",
"version": "2.0.0",
"summary": "Locksmith is a protocol-oriented way to work with the iOS Keychain in Swift.",
"description": "Locksmith is a protocol-oriented way to work with the iOS 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.0"
},
"social_media_url": "https://twitter.com/_matthewpalmer",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{m,h,swift}",
"resource_bundles": {
"Locksmith": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Security"
]
}