blob: 70500a4a806c2799d275a23c928c83975eb19a91 [file] [log] [blame]
{
"name": "Constrictor",
"swift_version": "4.1",
"version": "0.3.0",
"summary": "🐍 AutoLayout's µFramework",
"description": "Constrictor's a group of UIView's extensions with the goal of simplyfing the use of constraints by code.",
"homepage": "https://github.com/pedrommcarrasco/Constrictor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Pedro Carrasco",
"social_media_url": "http://twitter.com/pedrommcarrasco",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/pedrommcarrasco/Constrictor.git",
"tag": "0.3.0"
},
"source_files": "Constrictor/Constrictor/**/*"
}