blob: 5db3f02663732b80b48a92cd669ed4ca0f3b074a [file] [log] [blame]
{
"name": "ColorSlider",
"version": "4.2",
"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.2"
},
"source_files": [
"Sources/**",
"Sources/Internal/**"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"pushed_with_swift_version": "4.0"
}