[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / d / 7 / 6 / BioPass / 2.3.1 / BioPass.podspec.json
blob4e449b6821d8f0fe4e6ee63fcdc3baabc59371ee
2   "name": "BioPass",
3   "version": "2.3.1",
4   "summary": "Store a password behind biometric authentication",
5   "description": "This is a microlibrary for storing a password in the keychain, instructing the keychain to only give it back if the user first authenticates with TouchID or FaceID",
6   "homepage": "https://github.com/LinusU/BioPass",
7   "license": "MIT",
8   "authors": {
9     "Linus Unnebäck": "linus@folkdatorn.se"
10   },
11   "swift_version": "4.2",
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.12.1"
15   },
16   "source": {
17     "git": "https://github.com/LinusU/BioPass.git",
18     "tag": "2.3.1"
19   },
20   "source_files": "Sources/BioPass",
21   "dependencies": {
22     "PromiseKit": [
23       "~> 6.0"
24     ],
25     "Valet": [
26       "~> 3.0"
27     ]
28   }