blob: 8dd7d8a6d293d803929aaf82fd6f2c1e7dcdc3d6 [file] [log] [blame]
{
"name": "ColorSlider",
"version": "4.0.1",
"summary": "Snapchat-style color picker in Swift",
"homepage": "http://github.com/gizmosachin/ColorSlider",
"license": "MIT",
"documentation_url": "http://gizmosachin.com/ColorSlider/",
"social_media_url": "http://twitter.com/gizmosachin",
"authors": {
"Sachin Patel": "me@gizmosachin.com"
},
"source": {
"git": "https://github.com/gizmosachin/ColorSlider.git",
"tag": "4.0.1"
},
"source_files": [
"Sources/**",
"Sources/Internal/**"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"pushed_with_swift_version": "4.0"
}