blob: 450f02456e4e3dfa67a663610ee753d89b6c0ab9 [file] [log] [blame]
{
"name": "Youi",
"version": "1.0.0",
"summary": "Youi is a small library of UI components to help rapidly prototype and tweak parameters in Satin",
"description": "Youi is a small library of UI components (sliders, buttons, dropdown, labels, etc) to help rapidly prototype and tweak Satin parameters",
"homepage": "https://github.com/Hi-Rez/Youi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Reza Ali": "reza@hi-rez.io"
},
"social_media_url": "https://twitter.com/rezaali",
"source": {
"git": "https://github.com/Hi-Rez/Youi.git",
"tag": "1.0.0"
},
"platforms": {
"osx": "10.14"
},
"osx": {
"source_files": [
"Youi/*.h",
"Youi/Shared/*.{h,m,swift}",
"Youi/macOS/*.{h,m,swift}"
],
"frameworks": "AppKit"
},
"resources": "Assets.xcassets",
"module_name": "Youi",
"swift_versions": "5.1",
"dependencies": {
"Satin": [
]
},
"swift_version": "5.1"
}