blob: 8e14a721b7d7002c0d375984d50760dc02c8605e [file] [log] [blame]
{
"name": "ColourWheel",
"version": "0.6.0",
"summary": "A simple swift colour wheel based colour picker widget.",
"swift_versions": "5",
"description": "A swift colour picker widget for swift 5 in iOS 12.0 and later. It is an extended fork\nof the Objective-C library at https://github.com/justinmeiners/ios-color-wheel.",
"homepage": "https://github.com/jdstmporter/ColourWheel.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jdstmporter": "julian@porternet.org.uk"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/jdstmporter/ColourWheel.git",
"tag": "0.6.0"
},
"source_files": "ColourWheelFramework/src/*.{swift}",
"frameworks": "UIKit",
"swift_version": "5"
}