blob: ee9fdf96d119d22e5fef854c6563ce8838d2d290 [file] [log] [blame]
{
"name": "DSColorPicker",
"version": "1.0.0",
"summary": "DSColorPicker is a lightweight view that acts as a color picking utility. There are two available styles: grid and circle.",
"homepage": "https://github.com/daltyboy11/DSColorPicker",
"license": "MIT",
"authors": {
"Dalton Sweeney": "daltyboy11@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/daltyboy11/DSColorPicker.git",
"tag": "1.0.0"
},
"source_files": [
"DSColorPicker/*.swift",
"DSColorPicker/Protocols/*.swift",
"DSColorPicker/Pickers/*.swift"
],
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}