[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 1 / 2 / 4 / LifeHash / 0.1.2 / LifeHash.podspec.json
blobc094e2b410a55cb90fe5da574b80e75bdc9ba055
2   "name": "LifeHash",
3   "version": "0.1.2",
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": "0.1.2"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_OPTIMIZATION_LEVEL": "-O",
20     "SWIFT_COMPILATION_MODE": "wholemodule",
21     "ARCHS": "$(ARCHS_STANDARD)",
22     "ONLY_ACTIVE_ARCH": "NO"
23   },
24   "source_files": "LifeHash/Classes/**/*",
25   "swift_version": "4.2",
26   "platforms": {
27     "ios": "9.3",
28     "osx": "10.13",
29     "tvos": "11.0"
30   },
31   "module_name": "LifeHash",
32   "dependencies": {
33     "WolfFoundation": [
35     ],
36     "WolfColor": [
38     ],
39     "WolfNumerics": [
41     ],
42     "WolfImage": [
44     ],
45     "WolfGeometry": [
47     ],
48     "CommonCryptoModule": [
50     ]
51   }