blob: 1eb580978ec355dd7c2e36ff87bfed06101e5f5e [file] [log] [blame]
{
"name": "JHDiamondSquare",
"version": "0.1.0",
"summary": "An iterative Objective-C implementation of the diamond square algorithm.",
"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.",
"homepage": "https://github.com/JaredHalpern/JHDiamondSquare",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jared Halpern": "jareeedo@gmail.com"
},
"source": {
"git": "https://github.com/JaredHalpern/JHDiamondSquare.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JHDiamondSquare/Classes/**/*"
}