blob: 0df5ea00598c34a2c3dabb3b91e5526f1e12b375 [file] [log] [blame]
{
"name": "UIView+Borders",
"version": "0.0.1",
"summary": "Easy one-sided and offset borders on all UIViews.",
"homepage": "https://github.com/aaronn/UIView-Borders",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aaron Ng": "hi@aaron.ng"
},
"source": {
"git": "https://github.com/yichizhang/UIView-Borders.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}