blob: 0e60992056b4aa5a82eed5d2f794a6686ad6fbb7 [file] [log] [blame]
{
"name": "LifeHash",
"version": "0.3.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.3.0"
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-O",
"SWIFT_COMPILATION_MODE": "wholemodule"
},
"source_files": "LifeHash/Classes/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "LifeHash",
"dependencies": {
"WolfFoundation": [
],
"WolfColor": [
],
"WolfNumerics": [
],
"WolfImage": [
],
"WolfGeometry": [
]
}
}