blob: 4cb7e0667903d69281122d036c8a19201709114e [file] [log] [blame]
{
"name": "D2LayoutHelperPod",
"version": "0.8.1",
"summary": "This gives you some simple methods to accomplish simple common tasks with NSLayoutConstraints.",
"description": "Sometimes we get tired of defining constraints over and over. Do you feel like some of the methods are just too long? This\nCocoapod provides a solution. Warning, you might fall in love ❤️.",
"homepage": "https://github.com/2020deception/D2LayoutHelperPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brian Bowman": "2020deception@gmail.com"
},
"source": {
"git": "https://github.com/2020deception/D2LayoutHelperPod.git",
"tag": "0.8.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "D2LayoutHelperPod/Classes/**/*"
}