blob: d8736f15cd4aae880862f620072e9d740a3e25a5 [file] [log] [blame]
{
"name": "JKBCrypt",
"version": "0.1.0",
"summary": "An implementation of bcrypt using Swift.",
"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.",
"homepage": "https://github.com/koogle/JKBCrypt",
"license": "MIT",
"authors": {
"Jakob Frick": "koogle.frick@gmail.com"
},
"source": {
"git": "https://github.com/koogle/JKBCrypt.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JKBCrypt": [
"Pod/Assets/*.png"
]
}
}