blob: 5a582c979cc88d139b54f7052df10a17727de5e0 [file] [log] [blame]
{
"name": "ColourWheel",
"version": "0.1.0",
"summary": "A simple swift colour wheel based olour 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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jdstmporter": "julian@porternet.org.uk"
},
"source": {
"git": "https://github.com/jdstmporter/ColourWheel.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "ColourWheel/Classes/**/*",
"frameworks": "UIKit"
}