blob: c13bce89fc924c2e71aa555d637152909c074ec4 [file] [log] [blame]
{
"name": "GDColorSlider",
"version": "0.0.3",
"summary": "ColorSlider ColorSelect ColorBar 颜色选取条 滑动选取颜色 颜色条",
"description": "this is a color slider bar, you can select color by touch move the slider bar",
"homepage": "https://github.com/jojojoe/GDColorSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joe": "zx804463232@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/jojojoe/GDColorSlider.git",
"tag": "0.0.3"
},
"source_files": "GDColorSlider/GDColorSlider/**/*.{h,m}",
"resources": [
"GDColorSlider/GDColorSlider/**/*.{png,jpg,jpeg,plist,mp3,html,css,js}",
"GDColorSlider/GDColorSlider/**/*.{xib, storyBoard}"
],
"resource_bundles": {
"GDColorSlider": [
"GDColorSlider/GDColorSlider/*.xcassets"
]
},
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}