blob: 21b8415cedb27ffb99ddc151df2dc9ef4379812e [file] [log] [blame]
{
"name": "KeychainSwiftX",
"version": "1.0.1",
"summary": "Best iOS Keychain generic wrapper.",
"description": "this is the simplest iOS wrapper to use keychain. You just need to import Keychain-Swift and use Keychain.shared instance to use set and get methods.",
"homepage": "https://github.com/amrfawaz/KeychainSwiftX",
"license": "MIT",
"authors": {
"AmrFawaz": "amr.abdelhakim.fawaz@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/amrfawaz/KeychainSwiftX.git",
"tag": "1.0.1"
},
"source_files": "KeychainSwiftX/**/*.{h,m,swift}"
}