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