blob: bd44e205d5122499550e51619f22b906dc1666ce [file] [log] [blame]
{
"name": "SoftUIView",
"version": "0.0.2",
"summary": "SoftUIView is a Soft-UI (Neumorphism) view written in Swift.",
"description": "SoftUIView is a Soft-UI (Neumorphism) view written in Swift. check https://uxdesign.cc/neumorphism-in-user-interfaces-b47cef3bf3a6 for more infomation.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/hmhv/SoftUIView",
"social_media_url": "https://hmhv.info",
"authors": {
"hmhv": "admin@hmhv.info"
},
"swift_versions": "5.1",
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": "UIKit"
},
"source": {
"git": "https://github.com/hmhv/SoftUIView.git",
"tag": "0.0.2"
},
"source_files": "Sources/SoftUIView/**/*.swift",
"swift_version": "5.1"
}