blob: 4fbf7c08d9636c196417e697e8a32c6727f00334 [file] [log] [blame]
{
"name": "iOS-Density-Map",
"version": "0.1.0",
"summary": "iOS Density Map allows you to efficiently render thousands of points on a map.",
"description": "By using OpenGL ES, iOS Density Map allows you to efficiently render thousands of particles over a map.",
"homepage": "https://github.com/ebermudezcds/iOS-Density-Map",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ebermudezcds": "ebermudez.ing@gmail.com"
},
"source": {
"git": "https://github.com/ebermudezcds/iOS-Density-Map.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "GLDensityMap/**/*.{h,m}",
"resources": "GLDensityMap/shaders.bundle",
"deprecated": true
}