blob: 79bec3efd4908458049730504c58656b939d36a0 [file] [log] [blame]
{
"name": "SwiftKeychainWrapper",
"version": "1.0.11",
"summary": "Static wrapper for the iOS Keychain written in Swift.",
"description": "A simple static wrapper for the iOS Keychain to allow you to use it in a similar fashion to NSUserDefaults. 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": "1.0.11"
},
"source_files": "SwiftKeychainWrapper/*.{h,swift}"
}