2 "name": "ECCredentialsStore",
4 "summary": "`ECCredentialsStore` wraps the main methods to store and retrieve credentials from the Keychain.",
5 "description": "\"`ECCredentialsStore` wraps the main methods to store and retrieve the credentials (username,\npassword and tokens) using the system's Keychain on iOS. It relies on the `ECKeychain`\nlibrary to interface with keychain.\n\n`ECCredentialsStore` is implemented as a singleton, so it can be shared through different\nparts of the app.\"",
6 "homepage": "https://github.com/ecaselles/ECCredentialsStore",
12 "ecaselles": "eduardo.caselles@fundingcircle.com"
15 "git": "https://github.com/ecaselles/ECCredentialsStore.git",
21 "source_files": "ECCredentialsStore/**/*",
22 "public_header_files": "ECCredentialsStore/**/*.h",
23 "frameworks": "Foundation",