[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 2 / 4 / LifeHash / 1.0.1 / LifeHash.podspec.json
blob348031e6dee53f801a6179978e4af7b9bac6e949
2   "name": "LifeHash",
3   "version": "1.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Wolf McNally": "wolf@wolfmcnally.com"
13   },
14   "source": {
15     "git": "https://github.com/wolfmcnally/LifeHash.git",
16     "tag": "1.0.1"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_OPTIMIZATION_LEVEL": "-O",
20     "SWIFT_COMPILATION_MODE": "wholemodule"
21   },
22   "source_files": "Sources/LifeHash/**/*",
23   "swift_versions": "5.0",
24   "platforms": {
25     "ios": "9.3",
26     "osx": "10.13",
27     "tvos": "11.0"
28   },
29   "module_name": "LifeHash",
30   "dependencies": {
31     "WolfCore": [
33     ],
34     "WolfGraphics": [
36     ]
37   }