blob: 0cb7ef6c6b8a32cc54f4ee02fa707484846a021a [file] [log] [blame]
{
"name": "BYViewConstraint",
"version": "0.4.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.4.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.[mh]",
"resource_bundles": {
"BYViewConstraint": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}