blob: 9b2b4a25ce7878eb0bbf844d4f39da046a2ef2d9 [file] [log] [blame]
{
"name": "RGSColorSlider",
"version": "0.1.0",
"summary": "A simple color slider for iOS.",
"description": "A simple, reusable color slider for iOS.",
"homepage": "https://github.com/RGSSoftware/RGSColorSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Randel Smith": "rs@randelsmith.com"
},
"source": {
"git": "https://github.com/RGSSoftware/RGSColorSlider.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RGSColorSlider/Classes/**/*",
"resource_bundles": {
"RGSColorSlider": [
"RGSColorSlider/Assets/*.png"
]
}
}