blob: 8a521edce5a570f41b783bc113d46e6ccec26099 [file] [log] [blame]
{
"name": "SwiftKeychainWrapper",
"version": "3.2.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": "8.0"
},
"source": {
"git": "https://github.com/jrendel/SwiftKeychainWrapper.git",
"tag": "3.2.0"
},
"source_files": "SwiftKeychainWrapper/*.{h,swift}"
}