blob: cd532136ee6191db2e02962d8138732f5b550b85 [file] [log] [blame]
{
"name": "ColorSlider",
"version": "1.2.2",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
]
}