blob: 6f5929fa2ca9af97cfbcade00cda42522b535dfb [file] [log] [blame]
{
"name": "LifeHash",
"version": "0.3.4",
"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.4"
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-O",
"SWIFT_COMPILATION_MODE": "wholemodule"
},
"source_files": "Sources/LifeHash/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "LifeHash",
"dependencies": {
"WolfCore": [
],
"WolfGraphics": [
]
}
}