[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / 2 / JHDiamondSquare / 0.1.0 / JHDiamondSquare.podspec.json
blob1eb580978ec355dd7c2e36ff87bfed06101e5f5e
2   "name": "JHDiamondSquare",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jared Halpern": "jareeedo@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/JaredHalpern/JHDiamondSquare.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JHDiamondSquare/Classes/**/*"