2 "name": "JHDiamondSquare",
4 "summary": "An iterative Objective-C implementation of the diamond square algorithm.",
5 "description": "An iterative Objective-C implementation of the diamond square algorithm. This technique is useful for generating tessellated 2D height maps to be used in modeling a cloudy sky, smokey air, or terrain.",
6 "homepage": "https://github.com/JaredHalpern/JHDiamondSquare",
12 "Jared Halpern": "jareeedo@gmail.com"
15 "git": "https://github.com/JaredHalpern/JHDiamondSquare.git",
21 "source_files": "JHDiamondSquare/Classes/**/*"