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