2 "name": "KeychainSwiftAPI",
4 "summary": "Swift wrapper of iOS C Keychain Framework",
5 "description": " This Keychain Swift API library is a wrapper of iOS C Keychain Framework.\n It allows easily and securely storing sensitive data in secure keychain store\n in Swift projects. Interfacing with the original C keychain API is combersome from\n Swift, and is prone to errors which lead to security vulnerabilities. This\n library is written according to the best security coding practices and guidelines.\n",
6 "homepage": "https://github.com/deniskr/KeychainSwiftAPI",
9 "Denis Krivitski": "denis.krivitski@checkmarx.com"
12 "git": "https://github.com/deniskr/KeychainSwiftAPI.git",
19 "source_files": "Pod/Classes/*.{h,m,swift}",
22 "public_header_files": "Pod/Classes/**/*.h",
23 "frameworks": "Security"