blob: 597513c94b3b7f8d315d380f8114f5a072d22324 [file] [log] [blame]
{
"name": "ElegantColorPalette",
"version": "1.2.0",
"summary": "The elegant color picker missed in UIKit and SwiftUI",
"description": "`ElegantColorPalette` is inspired by [TimePage](https://us.moleskine.com/timepage/p0486) and is part of a larger repository of elegant demonstrations like this: [TimePage Clone](https://github.com/ThasianX/TimePage-Clone).\n\nThe top level view is an `SKView` that presents an `SKScene` of colors nodes. The color nodes are `SKShapeNode` subclasses. When using this library, you are only interacting with the `SKView`: all you have to do is configure the size of the view either through autolayout or size constraints and the view does the rest.",
"homepage": "https://github.com/ThasianX/ElegantColorPalette",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin Li": "kevinli29033@gmail.com"
},
"source": {
"git": "https://github.com/ThasianX/ElegantColorPalette.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.1",
"source_files": "Sources/**/*.swift",
"swift_version": "5.1"
}