{ "name": "Locksmith", "version": "1.2.1", "summary": "Locksmith is a sane way to work with the iOS Keychain in Swift.", "description": " Locksmith is a sane way to work with the iOS Keychain in Swift.\n It provides a fast and intuitive way to work with the C Keychain API.\n Results are provided as tuples, and errors are informative and easily detected.\n", "homepage": "https://github.com/matthewpalmer/Locksmith", "license": "MIT", "authors": { "matthewpalmer": "matt@matthewpalmer.net" }, "source": { "git": "https://github.com/matthewpalmer/Locksmith.git", "tag": "1.2.1" }, "social_media_url": "https://twitter.com/_matthewpalmer", "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "Pod/Classes/*.{m,h,swift}", "resource_bundles": { "Locksmith": [ "Pod/Assets/*.png" ] }, "frameworks": [ "UIKit", "Security" ] }