blob: 88ad302a1725710b1e4926e4b1e6fcf7a8d99891 [file] [log] [blame]
{
"name": "Constrictor",
"swift_version": "4.2",
"version": "4.0.0",
"summary": "🐍 AutoLayout's µFramework",
"description": "(Boe) Constrictor's AutoLayout µFramework with the goal of simplying your constraints by reducing the amount of code you have to write.",
"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": "4.0.0"
},
"source_files": "Constrictor/Constrictor/**/*",
"exclude_files": "Constrictor/Constrictor/*.plist"
}