blob: fc95096ca862cb03de189b49ae046a6ec2c1fe37 [file] [log] [blame]
{
"name": "ColorMapView",
"version": "1.0.0",
"summary": "simple iOS View mapped to a color gradient.",
"description": " **ColorMapView** is a simple iOS View mapped to a color gradient. Great for color picker type dealies.\n",
"homepage": "https://github.com/yoiang/ColorMapView",
"screenshots": "https://github.com/yoiang/ColorMapView/blob/master/Screenshots/screenshot1.png?raw=true",
"license": "MIT",
"authors": {
"Ian G": "yo.ian.g@gmail.com"
},
"social_media_url": "http://twitter.com/yoiang",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/yoiang/ColorMapView.git",
"tag": "1.0.0"
},
"source_files": "ColorMapView/**/*.{h,m}",
"requires_arc": true
}