blob: 36f91a5a88a6cb530c2dde6e0e8d4523156dd397 [file] [log] [blame]
{
"name": "MiniLayout",
"version": "1.4.1",
"summary": "Minimal AutoLayout convenience layer. Program constraints succinctly.",
"description": "Usage:\n\n```swift\nview.addConstrainedSubview(label, constrain: .leading, .top)\nview.constrain(textField, at: .leading, to: label, at: .trailing, diff: 8)\n```",
"homepage": "https://github.com/yonat/MiniLayout",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yonat Sharon": "yonat@ootips.org"
},
"social_media_url": "http://twitter.com/yonatsharon",
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/yonat/MiniLayout.git",
"tag": "1.4.1"
},
"source_files": "Sources/MiniLayout.swift"
}