blob: b4c586b2a79d2a196e9d53ea9764dad1d176afed [file] [log] [blame]
{
"name": "Constrictor",
"swift_version": "4.2",
"version": "5.0.1",
"summary": "🐍 Constrict your layout in Swift",
"description": "Constrict your Auto Layout code with Constrictor, your chainable sugar.",
"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": "5.0.1"
},
"source_files": "Constrictor/Constrictor/**/*",
"exclude_files": "Constrictor/Constrictor/*.plist"
}