A description of this package.
dependencies: [
.package(url: "https://github.com/E13Lau/DotKit-SnapKit.git", from: "0.0.2"),
]
pod 'DotKit+SnapKit', '~> 0.0.2'
UIView()
.dk
.backgroundColor(.red)
.asSubviewAdd(to: view)
.makeConstraints {
$0.left.top.right.equalToSuperview()
$0.height.equalTo(100)
}