blob: 86d01d6eed3863286a91eb9ffd9df58480e7fa08 [file] [log] [blame]
{
"name": "LifeHash",
"version": "0.1.3",
"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.3"
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-O",
"SWIFT_COMPILATION_MODE": "wholemodule",
"ARCHS": "$(ARCHS_STANDARD)",
"ONLY_ACTIVE_ARCH": "NO"
},
"source_files": "LifeHash/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "LifeHash",
"dependencies": {
"WolfFoundation": [
],
"WolfColor": [
],
"WolfNumerics": [
],
"WolfImage": [
],
"WolfGeometry": [
]
}
}