2 "name": "SwiftyKeychainKit",
3 "version": "1.0.0-beta.1",
4 "summary": "SwiftyKeychainKit is a simple Swift wrapper for Keychain Services API with the benefits of static typing.",
5 "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",
6 "homepage": "https://github.com/andriyslyusar/SwiftyKeychainKit",
11 "authors": "Andriy Slyusar",
12 "social_media_url": "https://twitter.com/andriyslyusar",
16 "swift_versions": "5.0",
18 "git": "https://github.com/andriyslyusar/SwiftyKeychainKit.git",
21 "source_files": "Sources/*.swift",
22 "swift_version": "5.0"