blob: afbe26eec8fb5d8254cc6058622a3b919f692474 [file] [log] [blame]
{
"name": "StoryboardConstraint",
"version": "0.1.2",
"summary": "A simple way to use programmatically Autolayout Constraint created in Storyboard.",
"description": "A simple way to use programmatically Autolayout Constraint created in Storyboard.\n- Predefined basic constraints: top, bottom, leading, trailing, height, width, centerX, centerY\n- A complete method to find a specific constraint through the views",
"homepage": "https://github.com/dimix/StoryboardConstraint",
"screenshots": "https://raw.githubusercontent.com/dimix/StoryboardConstraint/master/readme-images/demo.gif",
"license": "MIT",
"authors": {
"Dimitri Giani": "dimitri.giani@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/dimix/StoryboardConstraint.git",
"tag": "0.1.2"
},
"source_files": [
"Classes",
"StoryboardConstraint/*.{swift}"
]
}