blob: 0f99e6fc1f0df613289d81003165b9b07bc21afe [file] [log] [blame]
{
"name": "SwiftyKeychainKit",
"version": "1.0.0-beta.2",
"summary": "SwiftyKeychainKit is a simple Swift wrapper for Keychain Services API with the benefits of static typing.",
"description": "SwiftyKeychainKit is a simple Swift wrapper for Keychain Services API with the benefits of static typing. \nDefine your keys in one place, use value types easily, and get extra safety and convenient compile-time checks for free.\n\nFeatures:\n- Static typing and compile-time checks\n- Swift 5 compatible",
"homepage": "https://github.com/andriyslyusar/SwiftyKeychainKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Andriy Slyusar",
"social_media_url": "https://twitter.com/andriyslyusar",
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/andriyslyusar/SwiftyKeychainKit.git",
"tag": "1.0.0-beta.2"
},
"source_files": "Sources/*.swift",
"swift_version": "5.0"
}