blob: 171ad09806f5b04d05dbc99e20e0b823e9f18a55 [file] [log] [blame]
{
"name": "ColorSlider",
"version": "1.2.1",
"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": "v1.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
]
}