[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / d / 7 / ECCredentialsStore / 0.1.0 / ECCredentialsStore.podspec.json
blobfa60f6ff5fad8b75efb1046ae152df64d4b26911
2   "name": "ECCredentialsStore",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ecaselles": "eduardo.caselles@fundingcircle.com"
13   },
14   "source": {
15     "git": "https://github.com/ecaselles/ECCredentialsStore.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "ECCredentialsStore/**/*",
22   "public_header_files": "ECCredentialsStore/**/*.h",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "ECKeychain": [
27     ]
28   }