blob: 2e505a02d001286228780d334d28aef481063d7d [file] [log] [blame]
{
"name": "UStack",
"version": "1.0.4",
"summary": "A tool for use viewbuilder like syntx in UIKit and AppKit.",
"description": "This repo use @resultBuilder to implement HStack, VStack in UIKit and AppKit,\nwith which you can have a better experience when building views in UIKit and AppKit.",
"homepage": "https://github.com/foxsin10/UStack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"foxsion10": "yzjcnn@gmail.com"
},
"social_media_url": "https://github.com/foxsin10",
"swift_versions": [
"5.4"
],
"platforms": {
"ios": "11.0",
"tvos": "11.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/foxsin10/UStack.git",
"tag": "1.0.4"
},
"source_files": [
"Sources/**/*.swift"
],
"requires_arc": true,
"swift_version": "5.4"
}