blob: 6f8436a17db2fbb339ae1918c81299d08b88d5bc [file] [log] [blame]
{
"name": "JFBCrypt",
"version": "0.1",
"summary": "BCrypt in Objective C",
"authors": "Jason Fuerstenberg",
"homepage": "http://www.jayfuerstenberg.com/blog/bcrypt-in-objective-c",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/krzak/JFCommon.git",
"tag": "v0.1"
},
"platforms": {
"ios": null
},
"source_files": [
"JFBCrypt.*",
"JFGC.h",
"JFRandom.*"
],
"requires_arc": false
}