blob: 0d74d2b26eb57d9c46734a69406817be104f3af4 [file] [log] [blame]
{
"name": "SwiftUI-Color-Hex",
"version": "1.0.0",
"summary": "Create Color in SwiftUI using hexadecimal representation.",
"homepage": "https://github.com/kchatzigeorgiou/SwiftUI-Color-Hex",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Konstantinos Chatzigeorgiou": "chatzigko@gmail.com"
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
},
"source": {
"git": "https://github.com/kchatzigeorgiou/SwiftUI-Color-Hex.git",
"tag": "1.0.0"
},
"source_files": "Sources/SwiftUI-Color-Hex/*.swift",
"frameworks": "SwiftUI",
"swift_versions": [
"5.3"
],
"swift_version": "5.3"
}