blob: 83f4e806c052c66693cd7f46a4078f5b7fe902c6 [file] [log] [blame]
{
"name": "ColourWheel",
"version": "0.4.1",
"summary": "A simple swift colour wheel based colour picker widget.",
"swift_version": "4.2",
"description": "A swift colour picker widget for swift 4 in iOS 11.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": "11.0"
},
"source": {
"git": "https://github.com/jdstmporter/ColourWheel.git",
"tag": "0.4.1"
},
"source_files": "ColourWheelFramework/src/*.{swift}",
"frameworks": "UIKit"
}