blob: d1cb7f0d3a5fd83e27e4c631ea5ce88136840190 [file] [log] [blame]
{
"name": "AppleGenericKeychain",
"version": "4.0",
"summary": "Swift wrapper for accessing a single keychain item.",
"description": "This keychain wrapper was originally created by Apple.\nAdditionally, public accessors were added.\n\nThis sample demonstrates how to use the Keychain Services API to store, update and delete generic password keychain items.\n\nThe sample has two application targets. Each target has same Keychain Group specified in its entitlements. This allows items to be shared between both applications.\n\nThe KeychainPasswordItem struct provides a high-level interface to the Keychain Services API calls required to interface with the iOS keychain. The passwords for keychain item are not stored as properties of the struct, instead they are only ever read from the keychain on demand.",
"homepage": "https://github.com/Coeur/GenericKeychain",
"license": {
"type": "Apple",
"file": "LICENSE.txt"
},
"authors": {
"Apple": ""
},
"source": {
"git": "https://github.com/Coeur/GenericKeychain.git",
"tag": "4.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Classes/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}