blob: f2e20587d30204e2c354d56ad003f4f48cafb39d [file] [log] [blame]
{
"name": "PocketSwiftKeychainWrapper",
"version": "3.1.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/pokt-network/SwiftKeychainWrapper",
"license": "MIT",
"authors": {
"Luis C. de Leon": "luis@pokt.network",
"Pabel Nunez L.": "pabel@pokt.network"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/pokt-network/SwiftKeychainWrapper.git",
"tag": "3.1.0"
},
"source_files": "SwiftKeychainWrapper/*.{h,swift}"
}