[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / 2 / 4 / LifeHash / 0.1.0 / LifeHash.podspec.json
blobfc12fe735a6151ecc60a67dff6a7d315cea54805
2   "name": "LifeHash",
3   "version": "0.1.0",
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.0"
17   },
18   "source_files": "LifeHash/Classes/**/*",
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.13",
23     "tvos": "11.0"
24   },
25   "module_name": "LifeHash",
26   "dependencies": {
27     "WolfFoundation": [
29     ],
30     "WolfColor": [
32     ],
33     "WolfNumerics": [
35     ],
36     "WolfImage": [
38     ],
39     "WolfGeometry": [
41     ],
42     "CommonCryptoModule": [
44     ]
45   }