blob: fa60f6ff5fad8b75efb1046ae152df64d4b26911 [file] [log] [blame]
{
"name": "ECCredentialsStore",
"version": "0.1.0",
"summary": "`ECCredentialsStore` wraps the main methods to store and retrieve credentials from the Keychain.",
"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.\"",
"homepage": "https://github.com/ecaselles/ECCredentialsStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ecaselles": "eduardo.caselles@fundingcircle.com"
},
"source": {
"git": "https://github.com/ecaselles/ECCredentialsStore.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ECCredentialsStore/**/*",
"public_header_files": "ECCredentialsStore/**/*.h",
"frameworks": "Foundation",
"dependencies": {
"ECKeychain": [
]
}
}