blob: 964757b35cff0bd168326932966e598cc4520d0d [file] [log] [blame]
{
"name": "RGBColorSlider",
"version": "0.1.2",
"summary": "A simple way to add dynamic, RGB color sliders to an iOS application.",
"homepage": "https://github.com/eappel/RGBColorSlider",
"license": "MIT",
"authors": {
"Eric Appel": "ema77@cornell.edu"
},
"source": {
"git": "https://github.com/eappel/RGBColorSlider.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h"
}