blob: ad08c97932bf3f71c0229fa84d83a1cd2273c610 [file] [log] [blame]
{
"name": "TinyLayout",
"version": "1.0.0",
"summary": "Human-friendly autolayout. So sweet!",
"description": "With Tiny Constraints you forgot about ugly view.firstBaselineAnchor.constraint(blah-blah-blah)",
"homepage": "https://github.com/SinetGroup/TinyLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SinetGroup": "office@yaknet.com"
},
"source": {
"git": "https://github.com/SinetGroup/TinyLayout.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TinyLayout/Classes/**/*",
"swift_version": "4"
}