blob: dc68e44620d91a89c71b4f60ebca598fa037dd7e [file] [log] [blame]
{
"name": "BYViewConstraint",
"version": "0.2.0",
"summary": "convinient class for Constraint of View (Auto Layout).",
"description": " BYViewConstraint is covenient class to implement the \"Auto Layout\".\n",
"homepage": "https://github.com/moicci/BYViewConstraint",
"license": "MIT",
"authors": {
"moicci": "fukuda@bylo.jp"
},
"source": {
"git": "https://github.com/moicci/BYViewConstraint.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.swift",
"resource_bundles": {
"BYViewConstraint": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}