blob: 2e6dedc94caea98f080bcccb4afacfefc0484984 [file] [log] [blame]
{
"name": "KeychainSwiftAPI",
"version": "0.2.0",
"summary": "Swift wrapper of iOS C Keychain Framework",
"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",
"homepage": "https://github.com/deniskr/KeychainSwiftAPI",
"license": "MIT",
"authors": {
"Denis Krivitski": "denis.krivitski@checkmarx.com"
},
"source": {
"git": "https://github.com/deniskr/KeychainSwiftAPI.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m,swift}",
"resource_bundles": {
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "Security"
}