blob: 2de240849fb9bb33e09ae304f8c4c0c18b4dace2 [file] [log] [blame]
{
"name": "SwiftKeychainWrapper",
"version": "1.0.10",
"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.10"
},
"source_files": "SwiftKeychainWrapper/*.{h,swift}"
}