blob: 52a4e4ab9d2c3880a8bf133669f6682d809bc3b8 [file] [log] [blame]
{
"name": "STColorPicker",
"version": "1.0.0",
"summary": "A color picker presented in a UIView.",
"homepage": "https://github.com/SebastienThiebaud/STColorPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sebastien THIEBAUD": "sthiebaud@icloud.com"
},
"source": {
"git": "https://github.com/SebastienThiebaud/STColorPicker.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"STColorPicker/STColorPicker.{h,m}",
"STColorPicker/STGlass.{h,m}"
],
"resources": "Resources/*.png",
"requires_arc": true
}