blob: a3b6fe43f527fcef1034cc0fd9456683f87507e5 [file] [log] [blame]
{
"name": "IBHeatMap",
"version": "1.0",
"platforms": {
"ios": null
},
"license": "MIT",
"summary": "IBHeatMap is a simple to use HeatMap generator for iOS.",
"homepage": "https://github.com/ivanbruel/IBHeatMap",
"authors": {
"Ivan Bruel": "ivan.bruel@gmail.com"
},
"source": {
"git": "https://github.com/ivanbruel/IBHeatMap.git",
"tag": "1.0"
},
"description": "IBHeatMap is a simple to use (although a bit slow) HeatMap generator for iOS. All it is required are points, radius and colors and it will generate a HeatMap on top of your desired content.",
"source_files": "HeatMap/IBHeatMap/*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}