blob: 6290f7800e2a5e11784c279900ae616d14799e43 [file] [log] [blame]
{
"name": "ColorSlider",
"version": "2.0",
"summary": "iOS Snapchat-style color picker",
"homepage": "http://github.com/gizmosachin/ColorSlider",
"license": "MIT",
"authors": {
"Sachin Patel": "me@gizmosachin.com"
},
"source": {
"git": "https://github.com/gizmosachin/ColorSlider.git",
"tag": "v2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
]
}