blob: d1cd4ab85d37be888ae0c84b7a8ea77bf66f9463 [file] [log] [blame]
{
"name": "BCAutoLayoutView",
"version": "0.1",
"summary": "A drop-in solution for add subviews without consider setting NSLayoutConstraint",
"description": " A UIView subclass that create constraints to its superview's inner bounds without much interactions.\n",
"homepage": "https://github.com/ustbenchan/BCAutoLayoutView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ustbenchan": "ustbenchan@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ustbenchan/BCAutoLayoutView.git",
"tag": "v0.1"
},
"source_files": [
"Classes",
"sources/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}