blob: 34752f3c7235b55a2b8e29c256675a3b072706ee [file] [log] [blame]
{
"name": "SwiftKeychainWrapper",
"version": "4.0.0",
"summary": "Wrapper for the iOS Keychain written in Swift.",
"description": "A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to UserDefaults. Supports Access Groups. Written in Swift.'",
"module_name": "SwiftKeychainWrapper",
"homepage": "https://github.com/jrendel/SwiftKeychainWrapper",
"license": "MIT",
"authors": {
"Jason Rendel": "jason@jasonrendel.com"
},
"platforms": {
"ios": "9.0",
"tvos": "11.0"
},
"swift_versions": [
"4.2",
"5.0"
],
"source": {
"git": "https://github.com/jrendel/SwiftKeychainWrapper.git",
"tag": "4.0.0"
},
"source_files": "SwiftKeychainWrapper/*.{h,swift}",
"swift_version": "5.0"
}