[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 2 / 5 / JKBCrypt / 0.1.0 / JKBCrypt.podspec.json
blobd8736f15cd4aae880862f620072e9d740a3e25a5
2   "name": "JKBCrypt",
3   "version": "0.1.0",
4   "summary": "An implementation of bcrypt using Swift.",
5   "description": "JKBCrypt is an implementation of bcrypt written in Swift2. It currently is able to generate the salt and hash a phrase using a generated salt. Therefore it allows secure hashing and salt generation with Swift.",
6   "homepage": "https://github.com/koogle/JKBCrypt",
7   "license": "MIT",
8   "authors": {
9     "Jakob Frick": "koogle.frick@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/koogle/JKBCrypt.git",
13     "tag": "0.1.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "JKBCrypt": [
24       "Pod/Assets/*.png"
25     ]
26   }