blob: fc12fe735a6151ecc60a67dff6a7d315cea54805 [file] [log] [blame]
{
"name": "LifeHash",
"version": "0.1.0",
"summary": "A beautiful method of hash visualization based on Conway’s Game of Life.",
"description": "A method of hash visualization based on Conway’s Game of Life that creates beautiful icons that are deterministic, yet distinct and unique given the input data.",
"homepage": "https://github.com/wolfmcnally/LifeHash",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/LifeHash.git",
"tag": "0.1.0"
},
"source_files": "LifeHash/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "LifeHash",
"dependencies": {
"WolfFoundation": [
],
"WolfColor": [
],
"WolfNumerics": [
],
"WolfImage": [
],
"WolfGeometry": [
],
"CommonCryptoModule": [
]
}
}