[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / 2 / 4 / LifeHash / 0.2.2 / LifeHash.podspec.json
blob4672a379f14a2292c55414ea015edb314dac98bd
2   "name": "LifeHash",
3   "version": "0.2.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.2.2"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_OPTIMIZATION_LEVEL": "-O",
20     "SWIFT_COMPILATION_MODE": "wholemodule"
21   },
22   "source_files": "LifeHash/Classes/**/*",
23   "swift_version": "4.2",
24   "platforms": {
25     "ios": "9.3",
26     "osx": "10.13",
27     "tvos": "11.0"
28   },
29   "module_name": "LifeHash",
30   "dependencies": {
31     "WolfFoundation": [
33     ],
34     "WolfColor": [
36     ],
37     "WolfNumerics": [
39     ],
40     "WolfImage": [
42     ],
43     "WolfGeometry": [
45     ]
46   }