blob: c215f4382925a27842632424ee21c50a7cdf1588 [file] [log] [blame]
{
"name": "BYViewConstraint",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.swift",
"resource_bundles": {
"BYViewConstraint": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}