blob: ead3d759ca6adadb46c2587510c363751b585793 [file] [log] [blame]
{
"name": "Constrictor",
"swift_version": "4.2",
"version": "5.0.0",
"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.0"
},
"source_files": "Constrictor/Constrictor/**/*",
"exclude_files": "Constrictor/Constrictor/*.plist"
}