blob: 64c2705002afd631d4ab7d7e53a220f6a379418f [file] [log] [blame]
{
"name": "Constrictor",
"swift_versions": "5.0",
"version": "6.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": "6.0.1"
},
"source_files": "Constrictor/Constrictor/**/*",
"exclude_files": "Constrictor/Constrictor/*.plist"
}