4 "summary": "A beautiful method of hash visualization based on Conway’s Game of Life.",
5 "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.",
6 "homepage": "https://github.com/wolfmcnally/LifeHash",
12 "Wolf McNally": "wolf@wolfmcnally.com"
15 "git": "https://github.com/wolfmcnally/LifeHash.git",
18 "pod_target_xcconfig": {
19 "SWIFT_OPTIMIZATION_LEVEL": "-O",
20 "SWIFT_COMPILATION_MODE": "wholemodule",
21 "ARCHS": "$(ARCHS_STANDARD)",
22 "ONLY_ACTIVE_ARCH": "NO"
24 "source_files": "LifeHash/Classes/**/*",
25 "swift_version": "4.2",
31 "module_name": "LifeHash",
48 "CommonCryptoModule": [